* doc/README.txt,
[fw/sdcc] / doc / INSTALL.txt
index 0759cf09ad2c04f3dbd6d4c7b89114f3240a7b78..65b93198afaec41fcc5f73cf84b4b35debefa8b6 100644 (file)
@@ -3,8 +3,11 @@ SDCC Binary Kit Install Help
 $Id$
 
 For Linux users:
-sdcc is designed to install into /usr/local, and currently needs to be
-recompiled to install into any other location.  To install:
+Even if the default search paths look into /usr/local, sdcc is fully
+relocatable. Try `sdcc --print-search-dirs` if you've problems with header or
+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
 new directory called 'sdcc' in the temporary directory.
@@ -19,7 +22,7 @@ new directory called 'sdcc' in the temporary directory.
 
 This will install sdcc into /usr/local/bin/sdcc, support files into
 /usr/local/share/sdcc, and documentation into
-/usr/local/share/doc/sdcc.
+/usr/local/share/sdcc/doc.
 
 You can test the install by entering:
     /usr/local/bin/sdcc -v
@@ -27,11 +30,11 @@ You can test the install by entering:
 This should return sdcc's version number.
  
 
-For Windows 9X/NT/2000 users:
-sdcc is designed to install into c:\sdcc and currently needs to be
-recompiled to install into any other location.  To install:
+For Windows 9X/NT/2000/XP users:
+Even if the default search paths look into c:\sdcc, sdcc is fully relocatable.
+To install:
 
-* Open sdcc-2.3.0-i586-mingw32-msvc.zip in WinZip
+* Open sdcc-2.4.0-i586-mingw32-msvc.zip in WinZip
 * Extract all files to c:\, making sure to check 'Use folder names'
 
 You can test the install by opening a DOS box and entering: