From: bernhardheld Date: Mon, 23 Feb 2004 20:54:44 +0000 (+0000) Subject: * doc/INSTALL.txt: fixed install instructions for win32 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=17f4cdcfe3b3cf84315b8a9483533da66a5606ae;p=fw%2Fsdcc * doc/INSTALL.txt: fixed install instructions for win32 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3230 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 313cfb6a..e31cf03c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2004-02-23 Bernhard Held * src/SDCCast.c (decorateType): fixed bug #902362 + * doc/INSTALL.txt: fixed install instructions for win32 2004-02-21 Bernhard Held diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt index 65b93198..134ff4c0 100644 --- a/doc/INSTALL.txt +++ b/doc/INSTALL.txt @@ -9,7 +9,7 @@ library files. See sdccman.[txt|pdf|html] for more detailed information. To install: -* Extract the binary kit to a temporary directory. This will create a +* Extract the binary kit to a temporary directory. This will create a new directory called 'sdcc' in the temporary directory. cd ~ mkdir tmp @@ -28,14 +28,14 @@ You can test the install by entering: /usr/local/bin/sdcc -v This should return sdcc's version number. - + For Windows 9X/NT/2000/XP users: -Even if the default search paths look into c:\sdcc, sdcc is fully relocatable. +sdcc for win32 is fully relocatable. To install: -* Open sdcc-2.4.0-i586-mingw32-msvc.zip in WinZip -* Extract all files to c:\, making sure to check 'Use folder names' +* Open sdcc-2.4.0-i586-mingw32msvc.zip in WinZip +* Extract all files to c:\ (or any other path you like), making sure to check 'Use folder names' You can test the install by opening a DOS box and entering: c:\sdcc\bin\sdcc -v