]> granicus.if.org Git - esp-idf/commitdiff
docs/*-setup: Use --enable-local instead of --prefix=$PWD for ct-ng
authorAngus Gratton <angus@espressif.com>
Thu, 2 Mar 2017 05:07:28 +0000 (16:07 +1100)
committerAngus Gratton <angus@espressif.com>
Fri, 17 Mar 2017 10:12:41 +0000 (18:12 +0800)
docs/linux-setup.rst
docs/macos-setup.rst

index 50c1609a3173c10274cf84590b11b66dfffbfef8..d3b8597cd4322130fa4257bc1a46ec7df4da452c 100644 (file)
@@ -77,14 +77,16 @@ If you can't think of a reason why you need to build it yourself, then probably
 
 In any case, here are the steps to compile the toolchain yourself.
 
+(Note: You will also need the prerequisite packages mentioned in step 0, above.)
+
 - Install dependencies:
 
-  - Ubuntu::
+  - Ubuntu pre-16.04::
 
         sudo apt-get install gawk gperf grep gettext libncurses-dev python python-dev automake bison flex texinfo help2man libtool
 
   - Ubuntu 16.04::
-  
+
         sudo apt-get install gawk gperf grep gettext python python-dev automake bison flex texinfo help2man libtool libtool-bin
 
   - Debian::
@@ -100,7 +102,7 @@ Download ``crosstool-NG`` and build it::
     cd ~/esp
     git clone -b xtensa-1.22.x https://github.com/espressif/crosstool-NG.git
     cd crosstool-NG
-    ./bootstrap && ./configure --prefix=$PWD && make install
+    ./bootstrap && ./configure --enable-local && make install
 
 Build the toolchain::
 
index eeed9e4e262c428d192bd69fc229c798e451ff91..e8f8257b28630c10ef8d80d040b7d42ed82a3874 100644 (file)
@@ -89,7 +89,7 @@ Download ``crosstool-NG`` and build it::
     cd ~/esp
     git clone -b xtensa-1.22.x https://github.com/espressif/crosstool-NG.git
     cd crosstool-NG
-    ./bootstrap && ./configure --prefix=$PWD && make install
+    ./bootstrap && ./configure --enable-local && make install
 
 Build the toolchain::