From: <dat...@us...> - 2006-06-08 15:35:45
|
Revision: 16237 Author: datallah Date: 2006-06-08 08:35:37 -0700 (Thu, 08 Jun 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16237&view=rev Log Message: ----------- Update win32 build instructions for the libxml2 stuff. Add a link to the skins page from the faq. Modified Paths: -------------- web/htdocs/faq.txt web/htdocs/faq2.txt web/htdocs/win32/build.php Modified: web/htdocs/faq.txt =================================================================== --- web/htdocs/faq.txt 2006-06-08 15:20:38 UTC (rev 16236) +++ web/htdocs/faq.txt 2006-06-08 15:35:37 UTC (rev 16237) @@ -1339,4 +1339,9 @@ it onto a Gaim window). </p> +Q: Can I "skin" Gaim? + +A: The UI can be customized using GTK themes. Read <a +href="http://gaim.sourceforge.net/skins.php">this</a> for more information. + !COMMENT vim: syntax=gaimfaq tw=75 Modified: web/htdocs/faq2.txt =================================================================== --- web/htdocs/faq2.txt 2006-06-08 15:20:38 UTC (rev 16236) +++ web/htdocs/faq2.txt 2006-06-08 15:35:37 UTC (rev 16237) @@ -1196,4 +1196,9 @@ it onto a Gaim window). </p> +Q: Can I "skin" Gaim? + +A: The UI can be customized using GTK themes. Read <a +href="http://gaim.sourceforge.net/skins.php">this</a> for more information. + !COMMENT vim: syntax=gaimfaq tw=75 Modified: web/htdocs/win32/build.php =================================================================== --- web/htdocs/win32/build.php 2006-06-08 15:20:38 UTC (rev 16236) +++ web/htdocs/win32/build.php 2006-06-08 15:35:37 UTC (rev 16237) @@ -17,7 +17,7 @@ </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 anonymous CVS 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. </p> </li> <li> @@ -58,8 +58,11 @@ <h2>Install Gaim's build dependencies</h2> <dl> <dt>GTK+</dt> -<dd>Gaim depends on GTK+ <?php print $current_win32_gtk_version; ?>. For your convenience I have included all of GTK's dependencies in one tarball. Extract <a href="http://prdownloads.sourceforge.net/gaim/gtk-dev-<?php print $current_win32_gtk_version; ?>-rev-<?php print $current_win32_gtk_revision; ?>.tar.gz">gtk-dev-<?php print $current_win32_gtk_version; ?>-rev-<?php print $current_win32_gtk_revision; ?>.tar.gz</a> from within <code>~/win32-dev</code>. If once built you wish to run Gaim from the win32-install-dir dir, you will need to make sure that you have installed the GTK+ runtime, and make sure that its bin dir is in your PATH. Visit the <a href="http://www.gtk.org">GTK+ website</a> for official binary and source releases.</dd> +<dd>Gaim depends on GTK+ <?php print $current_win32_gtk_version; ?>. For your convenience, we have included all of GTK's dependencies in one tarball. Extract <a href="http://prdownloads.sourceforge.net/gaim/gtk-dev-<?php print $current_win32_gtk_version; ?>-rev-<?php print $current_win32_gtk_revision; ?>.tar.gz">gtk-dev-<?php print $current_win32_gtk_version; ?>-rev-<?php print $current_win32_gtk_revision; ?>.tar.gz</a> from within <code>~/win32-dev</code>. If once built you wish to run Gaim from the win32-install-dir dir, you will need to make sure that you have installed the GTK+ runtime, and make sure that its bin dir is in your PATH. Visit the <a href="http://www.gtk.org">GTK+ website</a> for official binary and source releases.</dd> +<dt>Libxml2</td> +<dd>Download and extract <a href="libxml2-2.6.24.tar.gz">libxml2-2.6.24.tar.gz</a> to <code>win32-dev</code>.</dd> + <dt>Perl 5.8</dt> <dd>Install Perl 5.8 for Windows (I use <a href="http://www.activestate.com/Products/Language_Distributions/">ActivePerl</a>), to <code>C:\Perl</code>. If you install Perl anywhere else, you will need to change the <code>PERL</code> and <code>EXTUTILS</code> variables in <code>gaim/plugins/perl/common/Makefile.mingw</code>. You will also need to install <a href="perl582.tar.gz">perl582.tar.gz</a> under <code>~/win32-dev</code> (Containing altered headers and import lib).</dd> @@ -96,7 +99,7 @@ <h2>Get the Gaim source code</h2> <ul> - <li>Sources are in <a href="http://gaim.sourceforge.net/downloads.php">CVS</a></li> + <li>Sources are in <a href="http://gaim.sourceforge.net/downloads.php">Subversion</a></li> <li><a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_win32_version; ?>.tar.gz">Windows Gaim v<?php print $current_win32_version; ?> sources</a></li> </ul> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |