summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL29
1 files changed, 29 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..0aba5b6
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,29 @@
+To build kexec-tools
+
+1. If ./configure deosn't exist, create it
+
+ # autoconf
+
+ If you obtain kexec-tools from a released tarball, you can ommit this
+ step. If on the other hand you obtain kexec-tools from git or some
+ other revision control system, then you will probably need to do this.
+
+2. Run ./configure [--prefix=/usr/local] [options]...
+
+ e.g.
+ # ./configure --prefix=/usr/local
+
+ For a full list of options run
+
+ # ./configure --help
+
+3. Run make
+
+ # make
+
+To install kexec-tools
+
+ After following the above instructions to build-kexec tools, run
+
+ # make install
+