Add explanation of map_printk check.
[ksplice.git] / README.bin
blob92a66b21db25e5270eda59bc0550bc58387b8cb4
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  - patch
16 For more information about Ksplice, please see <http://web.mit.edu/ksplice>.
18 If you want to build the software from source, you can do so by running:
19  $ make distclean
20  $ ./configure
21  $ make
22  $ make install
24 Notable Build Dependencies:
25  - GNU binary file descriptor (BFD) library (tested against v2.15 through v2.18)
26    (available in Debian's binutils-dev package and in other distributions)