docs/2 - Installing crosstool-NG.txt
changeset 2834 0a0410dd0cb0
parent 2564 5d4e91c0343e
child 2908 dcdb309b7967
     1.1 --- a/docs/2 - Installing crosstool-NG.txt	Sun Jul 17 16:53:40 2011 +0200
     1.2 +++ b/docs/2 - Installing crosstool-NG.txt	Mon Nov 07 22:28:40 2011 +0100
     1.3 @@ -30,6 +30,8 @@
     1.4  
     1.5  You can then get rid of crosstool-NG source. Next create a directory to serve
     1.6  as a working place, cd in there and run:
     1.7 +  mkdir work-dir
     1.8 +  cd work-dir
     1.9    ct-ng help
    1.10  
    1.11  See below for complete usage.
    1.12 @@ -39,8 +41,12 @@
    1.13  -----------------+
    1.14  
    1.15  If you go the hacker's way, then the usage is a bit different, although very
    1.16 -simple:
    1.17 -  ./configure --local
    1.18 +simple. First, you need to generate the ./configure script from its autoconf
    1.19 +template:
    1.20 +  ./bootstrap
    1.21 +
    1.22 +Then, you run ./configure for local execution of crosstool-NG:
    1.23 +  ./configure --enable-local
    1.24    make
    1.25  
    1.26  Now, *do not* remove crosstool-NG sources. They are needed to run crosstool-NG!