summaryrefslogtreecommitdiff
path: root/INSTALL
blob: e422868c2b9411c38949dd605d674455f96f1ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
To build kexec-tools

1. If ./include/config.h.in doesn't exist, create it

   # autoheader

   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. If ./configure deosn't exist, create it

   # autoconf

   As per ./include/config.h.in, 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.

3. Run ./configure [--prefix=/usr/local] [options]...

   e.g.
   # ./configure --prefix=/usr/local

   For a full list of options run

   # ./configure --help

4. Run make

   # make

To install kexec-tools

   After following the above instructions to build-kexec tools, run

   # make install