X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2FINSTALL.txt;h=1484b51b4b8813b38826e2b8c5d55e478ad0727c;hb=bf919669224dcb6abe41c10cfdce48b87b42504b;hp=e543fc592a02bcf181918ebf67bd79899e7f3fff;hpb=37425875dec591a8cc059ad700f840171469f9a6;p=fw%2Fsdcc diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt index e543fc59..1484b51b 100644 --- a/doc/INSTALL.txt +++ b/doc/INSTALL.txt @@ -10,7 +10,7 @@ To install: cd ~ mkdir tmp cd tmp - tar xzf path/to/binary/kit/sdcc-2.7.2-i386-unknown-linux2.5.tar.gz + tar xjf path/to/binary/kit/sdcc-2.9.0-i386-unknown-linux2.5.tar.bz2 * Change to the sdcc directory and copy all files to /usr/local cd sdcc @@ -37,7 +37,7 @@ To install: * If you would like to keep a copy of your previous version, rename the directory where it's installed first -* Run sdcc-2.7.2-setup.exe +* Run sdcc-2.9.0-setup.exe By default this will install sdcc binaries into: C:\Program Files\SDCC\bin\ header files into: C:\Program Files\SDCC\include\ @@ -63,7 +63,7 @@ To install: cd ~ mkdir tmp cd tmp - tar xzf path/to/binary/kit/sdcc-2.7.2-ppc-apple-macosx.tar.gz + tar xjf path/to/binary/kit/sdcc-2.9.0-universal-apple-macosx.tar.bz2 * Change to the sdcc directory and copy all files to /Developer/sdcc cp -r sdcc /Developer/sdcc @@ -80,4 +80,4 @@ This should return sdcc's version number. Even if the default search paths look into /usr/local, sdcc is fully relocatable. Try `sdcc --print-search-dirs` if you have problems with header -or library files. See sdccman.[txt|pdf|html] for more detailed information. \ No newline at end of file +or library files. See sdccman.[txt|pdf|html] for more detailed information.