gaim/www

Switch to Perl 5.8

2003-09-12, Herman Bloggs
2c344fdf0cd9
Parents e8cfdf4d035f
Children 9f4c0d09aef2
Switch to Perl 5.8
--- a/htdocs/win32/index.php Mon Sep 08 15:41:10 2003 -0400
+++ b/htdocs/win32/index.php Fri Sep 12 16:37:14 2003 -0400
@@ -88,11 +88,8 @@
<h3>GTK+</h3>
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="gtk-dev-<?php print $current_win32_gtk_version; ?>.tar.gz">gtk-dev-<?php print $current_win32_gtk_version; ?>.tar.gz</a> from within ~/win32-dev. 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.
-<h3>Perl 5.6</h3>
-Download perl-5.6.1 from <a href="http://www.cpan.org">http://www.cpan.org</a>. You can build perl 5.6 yourself with MS Visual C++, or you can download a win32 binary distribution (SiePerl has been successfully used). In either case make sure to do the following:<br/><br/>
-<code>$ mkdir -p ~/win32-dev/perl56</code><br/><br/>
-Copy Perl's "CORE" directory to ~/win32-dev/perl56 as well as "perl56.dll" and "perl56.lib".<br><br>
-Or just get my copy: <a href="perl56.tar.gz">perl56.tar.gz</a>.
+<h3>Perl 5.8</h3>
+Install Perl 5.8 for Windows (I use <a href="http://www.activestate.com/Products/Language_Distributions/">ActivePerl</a>), to C:\Perl. If you install Perl anywhere else, you will need to change the PERL variable in gaim/plugins/perl/common/Makefile.mingw. You will also need to install <a href="perl58.tar.gz">perl58.tar.gz</a> under ~/win32-dev (Containing altered headers and import lib).
<h3>GtkSpell / Aspell</h3>
Download the following development packages for GtkSpell and Aspell, and extract them under win32-dev:<br/>
@@ -120,7 +117,6 @@
<h3>Where can I get the source code?</h3>
<ul>
<li>Sources are in <a href="http://gaim.sourceforge.net/cvs.php">CVS</a></li>
- <li><a href="http://gaim.sourceforge.net/cvs.php#nightly">CVS nightly source tarball</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>
<?php end_section() ?>