Makefile.ksplice: Rewrite ksplice-cow-check as a wrapper function.
[ksplice.git] / README.bin
blob5d4338e3388cbc17dea9074cff4e0bd7a8317380
1 Ksplice
2 Copyright (C) 2007-2009  Ksplice, Inc.
3 Authors: Jeff Arnold, Anders Kaseorg, Tim Abbott
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License, version 2.
8 For more information about Ksplice, please see <http://www.ksplice.com/>.
10 Binary installation instructions:
11  $ ./configure
12  $ make install
14 If you want to build the software from source, you can do so by running:
15  $ make distclean
16  $ ./configure
17  $ make
18  $ make install
20 Notable Build Dependencies:
21  - GNU binary file descriptor (BFD) library (version 2.15 or later)
22    (available in Debian's binutils-dev package and in other distributions)