Clean up loop in apply_update.
[ksplice.git] / README.bin
blob1c5de8143080e975aff289e6457002fb9aff3597
1 Ksplice
2 Copyright (C) 2007-2008  Jeffrey Brian Arnold <jbarnold@mit.edu>
3 Copyright (C) 2008  Anders Kaseorg <andersk@mit.edu>,
4                     Tim Abbott <tabbott@mit.edu>
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License, version 2.
9 Binary installation instructions:
10  $ ./configure
11  $ make install
13 Notable Runtime Dependencies:
14  - gcc
15  - perl
16  - patch
18 For more information about Ksplice, please see <http://web.mit.edu/ksplice>.
20 If you want to build the software from source, you can do so by running:
21  $ make distclean
22  $ ./configure
23  $ make
24  $ make install
26 Notable Build Dependencies:
27  - GNU binary file descriptor (BFD) library (tested against v2.15 through v2.18)
28    (available in Debian's binutils-dev package and in other distributions)