activate_primary no longer needs to be in module_pack.
[ksplice.git] / README.bin
blob376a844440aafd96056633b38303d64c10e5e706
1 Ksplice
2 Copyright (C) 2008  Jeffrey Brian Arnold <jbarnold@mit.edu>
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License, version 2.
7 Binary installation instructions:
8  $ ./configure
9  $ make install
11 Notable Runtime Dependencies:
12  - gcc
13  - perl
14  - rsync
15  - patch
17 For more information about Ksplice, please see <http://web.mit.edu/ksplice>.
19 If you want to build the software from source, you can do so by running:
20  $ make distclean
21  $ ./configure
22  $ make
23  $ make install
25 Notable Build Dependencies:
26  - GNU binary file descriptor (BFD) library (tested against v2.15 through v2.18)
27    (available in Debian's binutils-dev package and in other distributions)