<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://sdcc.sourceforge.net/mediawiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://sdcc.sourceforge.net/mediawiki/index.php?title=Cygwin_Help&amp;feed=atom&amp;action=history</id>
		<title>Cygwin Help - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://sdcc.sourceforge.net/mediawiki/index.php?title=Cygwin_Help&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://sdcc.sourceforge.net/mediawiki/index.php?title=Cygwin_Help&amp;action=history"/>
		<updated>2013-05-22T16:59:00Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.20.2</generator>

	<entry>
		<id>http://sdcc.sourceforge.net/mediawiki/index.php?title=Cygwin_Help&amp;diff=75&amp;oldid=prev</id>
		<title>Borutr: Created page with &quot;==== April 24, 2001 ====   Hi, I will explain the whole installation process:    First, download the latest SDCC Win-Binary from:      http://www.qsl.net/dl9sec/sdcc_okr/packa...&quot;</title>
		<link rel="alternate" type="text/html" href="http://sdcc.sourceforge.net/mediawiki/index.php?title=Cygwin_Help&amp;diff=75&amp;oldid=prev"/>
				<updated>2012-12-04T20:24:51Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==== April 24, 2001 ====   Hi, I will explain the whole installation process:    First, download the latest SDCC Win-Binary from:      http://www.qsl.net/dl9sec/sdcc_okr/packa...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==== April 24, 2001 ====&lt;br /&gt;
&lt;br /&gt;
 Hi, I will explain the whole installation process:&lt;br /&gt;
 &lt;br /&gt;
 First, download the latest SDCC Win-Binary from:&lt;br /&gt;
 &lt;br /&gt;
   http://www.qsl.net/dl9sec/sdcc_okr/packages/SDCC_V222_preMS_050201.zip&lt;br /&gt;
 &lt;br /&gt;
 and the appropriate cygwin1.dll (V1.1.7) from:&lt;br /&gt;
 &lt;br /&gt;
   http://www.qsl.net/dl9sec/sdcc_okr/packages/cygwin1dll_1V17.zip&lt;br /&gt;
 &lt;br /&gt;
 Now create the directory structure:&lt;br /&gt;
 &lt;br /&gt;
   C:\Usr\local&lt;br /&gt;
 &lt;br /&gt;
 Extract the content of the file SDCC_V222_preMS_050201.zip (using WinZip&lt;br /&gt;
 or any other extracting utility that manages ZIP files) into:&lt;br /&gt;
 &lt;br /&gt;
   C:\Usr\local&lt;br /&gt;
 &lt;br /&gt;
 You will get the following directory structure:&lt;br /&gt;
 &lt;br /&gt;
   C:\Usr\local&lt;br /&gt;
                     \bin&lt;br /&gt;
                     \doc&lt;br /&gt;
                          \ucsim&lt;br /&gt;
                     \etc&lt;br /&gt;
                     \lib&lt;br /&gt;
                     \share&lt;br /&gt;
                          \sdcc&lt;br /&gt;
                               \include&lt;br /&gt;
                               \lib&lt;br /&gt;
                                    \ds390&lt;br /&gt;
                                    \large&lt;br /&gt;
                                    \small&lt;br /&gt;
 &lt;br /&gt;
 Extract the content of the file cygwin1dll_1V17.zip into:&lt;br /&gt;
 &lt;br /&gt;
   C:\Usr\local\bin&lt;br /&gt;
 &lt;br /&gt;
 Add the following in the Path:&lt;br /&gt;
 &lt;br /&gt;
   C:\Usr\local\bin&lt;br /&gt;
 &lt;br /&gt;
 If Windows 95/98:&lt;br /&gt;
 &lt;br /&gt;
   Start the MS-DOS command prompt. Navigate to the root in order to modify the&lt;br /&gt;
   PATH reference in the autoexec.bat file.&lt;br /&gt;
 &lt;br /&gt;
   1. Type &amp;quot;edit autoexec.bat&amp;quot; [Enter]&lt;br /&gt;
 &lt;br /&gt;
   2. Insert a line and type &amp;quot;PATH=C:\Usr\local\bin;%PATH%&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
   3. Save the changes (Alt-F then hit S).&lt;br /&gt;
 &lt;br /&gt;
   4. Exit edit. (Alt F then press X).&lt;br /&gt;
 &lt;br /&gt;
 If Windows NT:&lt;br /&gt;
 &lt;br /&gt;
   Add a path reference to the Environment variables:&lt;br /&gt;
 &lt;br /&gt;
   1. Using the mouse, right-click on the &amp;quot;My Computer&amp;quot; icon (on your desktop)&lt;br /&gt;
 &lt;br /&gt;
      and choose &amp;quot;Properties&amp;quot;.&lt;br /&gt;
 &lt;br /&gt;
   2. Click on the &amp;quot;Environment&amp;quot; tab.&lt;br /&gt;
 &lt;br /&gt;
   3. Click on &amp;quot;Path&amp;quot; in the &amp;quot;System Variables&amp;quot; field.&lt;br /&gt;
 &lt;br /&gt;
   4. Highlight the &amp;quot;Path&amp;quot; System variable (bottom).&lt;br /&gt;
 &lt;br /&gt;
   5. Click in the &amp;quot;Value&amp;quot; field.&lt;br /&gt;
 &lt;br /&gt;
   6. Append the line with &amp;quot;;C:\Usr\local\bin;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
      (exactly 1 semi-colon between references)&lt;br /&gt;
 &lt;br /&gt;
   7. Click on the &amp;quot;Set&amp;quot; button.&lt;br /&gt;
 &lt;br /&gt;
   8. Click OK (in the &amp;quot;System Properties&amp;quot; window)&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 If Windows 2000:&lt;br /&gt;
   Add a path reference to the Environment variables:&lt;br /&gt;
 &lt;br /&gt;
   1. Using the mouse, right-click on the &amp;quot;My Computer&amp;quot; icon (on your desktop)&lt;br /&gt;
      and choose &amp;quot;Properties&amp;quot;.&lt;br /&gt;
 &lt;br /&gt;
   2. Click on the &amp;quot;Advanced&amp;quot; tab.&lt;br /&gt;
 &lt;br /&gt;
   3. Click on the &amp;quot;Environment Variables...&amp;quot; button.&lt;br /&gt;
 &lt;br /&gt;
   4. Highlight the &amp;quot;Path&amp;quot; System variable (bottom).&lt;br /&gt;
 &lt;br /&gt;
   5. Click on the &amp;quot;Edit...&amp;quot; button.&lt;br /&gt;
 &lt;br /&gt;
   6. Append the line with &amp;quot;;C:\Usr\local\bin;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
   7. Click OK (in the &amp;quot;Edit System Variables&amp;quot;)&lt;br /&gt;
 &lt;br /&gt;
   8. Click OK (in the &amp;quot;Environment Variables&amp;quot; window) and click OK&lt;br /&gt;
      (in the &amp;quot;System Properties&amp;quot; window)&lt;br /&gt;
 &lt;br /&gt;
 Create the temporary directory used by SDCC:&lt;br /&gt;
 &lt;br /&gt;
   C:\Tmp&lt;br /&gt;
 &lt;br /&gt;
 Restart the computer&lt;br /&gt;
 &lt;br /&gt;
 That is it, it should work. Have fun.&lt;br /&gt;
 &lt;br /&gt;
 Mitja Kukovec&lt;/div&gt;</summary>
		<author><name>Borutr</name></author>	</entry>

	</feed>