forked from bbannier/ksplice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.bin
More file actions
22 lines (17 loc) · 675 Bytes
/
README.bin
File metadata and controls
22 lines (17 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Ksplice
Copyright (C) 2007-2009 Ksplice, Inc.
Authors: Jeff Arnold, Anders Kaseorg, Tim Abbott
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2.
For more information about Ksplice, please see <http://www.ksplice.com/>.
Binary installation instructions:
$ ./configure
$ make install
If you want to build the software from source, you can do so by running:
$ make distclean
$ ./configure
$ make
$ make install
Notable Build Dependencies:
- GNU binary file descriptor (BFD) library (version 2.15 or later)
(available in Debian's binutils-dev package and in other distributions)