From: <dat...@us...> - 2006-08-18 22:51:44
|
Revision: 16851 Author: datallah Date: 2006-08-18 15:51:18 -0700 (Fri, 18 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16851&view=rev Log Message: ----------- Fix cygwin packages list. Modified Paths: -------------- web/htdocs/win32/build.php Modified: web/htdocs/win32/build.php =================================================================== --- web/htdocs/win32/build.php 2006-08-18 22:41:44 UTC (rev 16850) +++ web/htdocs/win32/build.php 2006-08-18 22:51:18 UTC (rev 16851) @@ -12,7 +12,7 @@ <ol> <li> <p> -Install the <a href="http://cygwin.com">Cygwin</a> Bash shell. Make sure to select Unix file mode during setup. Also make sure you install bzip2, coreutils, cvs, grep, gzip, make, patch, sed, awk, tar, unzip, and wget (several of these are selected by default). +Install the <a href="http://cygwin.com">Cygwin</a> Bash shell. Make sure to select Unix file mode during setup. Also make sure you install bash, bzip2, coreutils, gawk, grep, gzip, make, patch, sed, subversion, tar, unzip, and wget (several of these are selected by default). </p> </li> <li> @@ -29,7 +29,7 @@ <h3>The manual way</h3> <ol> -<li>Install the <a href="http://cygwin.com">Cygwin</a> Bash shell. Make sure to select Unix file mode during setup. Also make sure you install bzip2, coreutils, cvs, grep, gzip, make, patch, sed, awk, tar, unzip, and wget (several of these are selected by default).</li> +<li>Install the <a href="http://cygwin.com">Cygwin</a> Bash shell. Make sure to select Unix file mode during setup. Also make sure you install bash, bzip2, coreutils, gawk, grep, gzip, make, patch, sed, subversion, tar, unzip, and wget (several of these are selected by default).</li> <li> <p> Install <a href="http://www.mingw.org">MinGW v3.1 or higher</a>.<br/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |