X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=INSTALL;h=aad60719918a214ee1ff2885be6c244597b01643;hb=809d44495ac1aa217830405fb7d2ee7a50dc1a14;hp=5458714e1e2cb289572992ad92eceffc848f64d6;hpb=5e97c3fcce787a5bc0f8ceef43aa3e05195b480a;p=mirror_lxc.git diff --git a/INSTALL b/INSTALL index 5458714e1..aad607199 100644 --- a/INSTALL +++ b/INSTALL @@ -10,8 +10,8 @@ unlimited permission to copy, distribute and modify it. Basic Installation ================== -Briefly, the shell commands `./configure; make; make install' should -configure, build, and install this package. The following +Briefly, the shell commands `./autogen.sh; ./configure; make; make install' +should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. @@ -44,6 +44,11 @@ of `autoconf'. The simplest way to compile this package is: + 0. If the sources are not coming from a package maintainer and the + 'configure' file does not exist, you should run './autogen.sh' in + the directory containing the package's source code in order to + generate the 'configure' file from the 'configure.ac' file. + 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system.