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. |
From: <dat...@us...> - 2006-09-13 20:51:42
|
Revision: 17267 http://svn.sourceforge.net/gaim/?rev=17267&view=rev Author: datallah Date: 2006-09-13 13:51:37 -0700 (Wed, 13 Sep 2006) Log Message: ----------- Update the build instructions. Modified Paths: -------------- web/htdocs/win32/build.php Modified: web/htdocs/win32/build.php =================================================================== --- web/htdocs/win32/build.php 2006-09-13 18:02:08 UTC (rev 17266) +++ web/htdocs/win32/build.php 2006-09-13 20:51:37 UTC (rev 17267) @@ -17,7 +17,8 @@ </li> <li> <p> -Download the <a href="http://gaim-extprefs.sourceforge.net/bef.shtml">WinGaim Build Environment Fetcher</a> script. Follow the instructions on the website to fetch and install most of the needed build dependencies. The script can fetch Gaim's source code from either Subversion or a source distribution; you will be prompted to choose which you'd like to use. +Download the <a href="http://gaim-extprefs.sourceforge.net/bef.shtml">WinGaim Build Environment Fetcher</a> script. Follow the instructions on the website to fetch and install most of the needed build dependencies. The script can fetch Gaim's source code from either Subversion or a source distribution; you will be prompted to choose which you'd like to use.<br/> +Note that this script is sometimes out of date, in which case you will need to perform some of the manual steps in addition. </p> </li> <li> @@ -32,7 +33,9 @@ <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/> +Install the MinGW "current" packages from the <a href="http://www.mingw.org">MinGW site</a>.<br/> +The easiest way to install these is to use the MinGW Installer linked to from the main site.<br/> +Specifically, you will need gcc-core 3.4.2, binutils 2.15.91 and the win32api 3.6 (or newer).<br/> You will need to set MinGW's bin directory before Cygwin's in your PATH.<br/> For Example (You can add the following to <code>~/.bash_login</code>): </p> @@ -41,17 +44,18 @@ <code>export PATH=/cygdrive/c/MinGW/bin:$PATH</code> </pre> -<p>You do not want to use any of Cygwin's build tools, with one exception; you need to use Cygwin's make utility. If typing <code>which make</code> produces MinGW's make utility, then just rename the <code>make.exe</code> in the MinGW bin directory to something else, so that cygwin's make utility will be used instead. This shouldn't be a problem with recent versions of MinGW.</p> +<p>You do not want to use any of Cygwin's build tools, with one exception; you need to use Cygwin's make utility. If typing <code>which make</code> produces MinGW's make utility, then just rename the <code>make.exe</code> in the MinGW bin directory to something else so that cygwin's make utility will be used instead. This shouldn't be a problem with recent versions of MinGW.</p> </li> +<? /* <li> <p> Download the latest version of the <code>Windows API</code> from the MinGW <a href="http://www.mingw.org/download.shtml">download page</a> (at least <a href="http://prdownloads.sourceforge.net/mingw/w32api-3.3.tar.gz?download">3.3</a>). Extract this into your MinGW directory structure (<code>tar -xvzf /path/to/w32api-3.3.tar.gz -C /cygdrive/c/MinGW</code>) to upgrade the installed API. </p> </li> - +*/ ?> <li> -The following instructions were written under the assumption that you checkout Gaim from the cvs repository to <code>~/gaim</code> and that you install all of Gaim's build dependencies under <code>~/win32-dev</code> (the point being that the gaim and win32-dev directories should be on the same level). +The following instructions were written under the assumption that you checkout Gaim from the Subversion repository to <code>~/gaim</code> and that you install all of Gaim's build dependencies under <code>~/win32-dev</code> (the point being that the gaim and win32-dev directories should be on the same level). </li> </ol> @@ -114,7 +118,7 @@ If you want to build the Gaim installer, do the following (skip to the <code>make</code> command below if you chose to use the WinGaim Build Environment Fetcher): <ol> <li> -Grab and install <a href="http://prdownloads.sourceforge.net/nsis/nsis-2.08.exe?download">NSIS v2.0.8</a>. Include NSIS to your PATH.<br/> +Grab and install <a href="http://nsis.sourceforge.net/Download">NSIS</a>. Include NSIS to your PATH.<br/> For info on the NSIS installer, visit the <a href="http://nsis.sourceforge.net">NSIS website</a>. </li> <li> @@ -134,5 +138,5 @@ <h2>Debugging</h2> <p> -There is a quite good <b>Just In Time</b> debugger for MinGW: <a href="http://mefriss1.swan.ac.uk/~jfonseca/gnu-win32/software/drmingw/">drmingw</a>. You can download it <a href="drmingw.exe">here</a>. +There is a quite good <b>Just In Time</b> debugger for MinGW: <a href="http://jrfonseca.planetaclix.pt/projects/gnu-win32/software/drmingw/index.html">drmingw</a>. You can download it <a href="drmingw.exe">here</a>. </p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dat...@us...> - 2006-09-13 21:05:33
|
Revision: 17268 http://svn.sourceforge.net/gaim/?rev=17268&view=rev Author: datallah Date: 2006-09-13 14:05:29 -0700 (Wed, 13 Sep 2006) Log Message: ----------- SimGuy noticed that I forgot this. Modified Paths: -------------- web/htdocs/win32/build.php Modified: web/htdocs/win32/build.php =================================================================== --- web/htdocs/win32/build.php 2006-09-13 20:51:37 UTC (rev 17267) +++ web/htdocs/win32/build.php 2006-09-13 21:05:29 UTC (rev 17268) @@ -35,7 +35,7 @@ <p> Install the MinGW "current" packages from the <a href="http://www.mingw.org">MinGW site</a>.<br/> The easiest way to install these is to use the MinGW Installer linked to from the main site.<br/> -Specifically, you will need gcc-core 3.4.2, binutils 2.15.91 and the win32api 3.6 (or newer).<br/> +Specifically, you will need gcc-core 3.4.2, binutils 2.15.91, mingw-runtime 3.9 and win32api 3.6 (or newer).<br/> You will need to set MinGW's bin directory before Cygwin's in your PATH.<br/> For Example (You can add the following to <code>~/.bash_login</code>): </p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dat...@us...> - 2006-12-01 04:18:45
|
Revision: 17861 http://svn.sourceforge.net/gaim/?rev=17861&view=rev Author: datallah Date: 2006-11-30 20:17:15 -0800 (Thu, 30 Nov 2006) Log Message: ----------- link to the newer NSS/NSPR versions that wingaim will be using Modified Paths: -------------- web/htdocs/win32/build.php Modified: web/htdocs/win32/build.php =================================================================== --- web/htdocs/win32/build.php 2006-12-01 04:16:34 UTC (rev 17860) +++ web/htdocs/win32/build.php 2006-12-01 04:17:15 UTC (rev 17861) @@ -82,13 +82,13 @@ </dd> <dt>Mozilla NSS</dt> -<dd>Download and unzip the following under <code>~/win32-dev</code> (make sure you <code>chmod 755</code> all the unziped binaries): +<dd>Download and unzip the following under <code>~/win32-dev</code> (make sure you <code>chmod 755</code> all the unzipped binaries): <ul> <li> -<a href="ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_9_RTM/WIN954.0_OPT.OBJ/nss-3.9.zip">Network Security Services (NSS)</a> +<a href="ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_4_RTM/msvc6.0/WIN954.0_OPT.OBJ/nss-3.11.4.zip">Network Security Services (NSS)</a> </li> <li> -<a href="ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.4.1/WIN954.0_OPT.OBJ/nspr-4.4.1.zip">Netscape Portable Runtime (NSPR)</a> +<a href="ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.6.4/msvc6.0/WIN954.0_OPT.OBJ/nspr-4.6.4.zip">Netscape Portable Runtime (NSPR)</a> </li> </ul> </dd> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |