diff -r 5d4e91c0343e -r 0a0410dd0cb0 docs/2 - Installing crosstool-NG.txt --- a/docs/2 - Installing crosstool-NG.txt Sun Jul 17 16:53:40 2011 +0200 +++ b/docs/2 - Installing crosstool-NG.txt Mon Nov 07 22:28:40 2011 +0100 @@ -30,6 +30,8 @@ You can then get rid of crosstool-NG source. Next create a directory to serve as a working place, cd in there and run: + mkdir work-dir + cd work-dir ct-ng help See below for complete usage. @@ -39,8 +41,12 @@ -----------------+ If you go the hacker's way, then the usage is a bit different, although very -simple: - ./configure --local +simple. First, you need to generate the ./configure script from its autoconf +template: + ./bootstrap + +Then, you run ./configure for local execution of crosstool-NG: + ./configure --enable-local make Now, *do not* remove crosstool-NG sources. They are needed to run crosstool-NG!