diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/2 - Installing crosstool-NG.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/2 - Installing crosstool-NG.txt b/docs/2 - Installing crosstool-NG.txt index 69909fe5..198fc2c2 100644 --- a/docs/2 - Installing crosstool-NG.txt +++ b/docs/2 - Installing crosstool-NG.txt @@ -30,6 +30,8 @@ If you go for the install, then you just follow the classical, but yet easy 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 @@ The Hacker's way | -----------------+ 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! |