docs/C - Misc. tutorials.txt
changeset 2626 c7c9e98d36d8
parent 2571 c18e79033384
child 2628 a4f56e266879
     1.1 --- a/docs/C - Misc. tutorials.txt	Thu Jul 28 21:55:30 2011 +0200
     1.2 +++ b/docs/C - Misc. tutorials.txt	Mon Aug 22 09:40:31 2011 +0200
     1.3 @@ -71,11 +71,12 @@
     1.4  
     1.5  4) run ct-ng's configure with the following tool configuration
     1.6     (assuming you have installed the tools via macports in /opt/local):
     1.7 -   ./configure --with-sed=/opt/local/bin/gsed           \
     1.8 -               --with-libtool=/opt/local/bin/glibtool   \
     1.9 -               --with-objcopy=/opt/local/bin/gobjcopy   \
    1.10 -               --with-objdump=/opt/local/bin/gobjdump   \
    1.11 -               --with-readelf=/opt/local/bin/greadelf   \
    1.12 +   ./configure --with-sed=/opt/local/bin/gsed                 \
    1.13 +               --with-libtool=/opt/local/bin/glibtool         \
    1.14 +               --with-libtoolize=/opt/local/bin/glibtoolize   \
    1.15 +               --with-objcopy=/opt/local/bin/gobjcopy         \
    1.16 +               --with-objdump=/opt/local/bin/gobjdump         \
    1.17 +               --with-readelf=/opt/local/bin/greadelf         \
    1.18                 [...other configure parameters as you like...]
    1.19  
    1.20  5) proceed as described in standard documentation