* doc/INSTALL.txt: fixed install instructions for win32
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 23 Feb 2004 20:54:44 +0000 (20:54 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 23 Feb 2004 20:54:44 +0000 (20:54 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3230 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
doc/INSTALL.txt

index 313cfb6aceebbeaa92a5ff98fd6a5992813504a5..e31cf03c146c733bafef6116d64294d5f06f6e27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
 
        * src/SDCCast.c (decorateType): fixed bug #902362
+       * doc/INSTALL.txt: fixed install instructions for win32
 
 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
 
index 65b93198afaec41fcc5f73cf84b4b35debefa8b6..134ff4c0ee4d772c432aa2b094f96f7dccfe9dfd 100644 (file)
@@ -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