From: <dat...@us...> - 2006-10-18 21:59:49
|
Revision: 17536 http://svn.sourceforge.net/gaim/?rev=17536&view=rev Author: datallah Date: 2006-10-18 14:59:46 -0700 (Wed, 18 Oct 2006) Log Message: ----------- Update portable executable for core/ui split Modified Paths: -------------- web/htdocs/win32/index.php Modified: web/htdocs/win32/index.php =================================================================== --- web/htdocs/win32/index.php 2006-10-18 21:47:29 UTC (rev 17535) +++ web/htdocs/win32/index.php 2006-10-18 21:59:46 UTC (rev 17536) @@ -170,7 +170,7 @@ <li>Create a <code>U:\Programs\Gaim\plugins</code> directory and copy the contents of the installed <code>Gaim\plugins</code> directory into it excluding <code>perl.dll</code>, <code>tcl.dll</code>.</li> <li>If you want to use a language other than en_US, create a <code>U:\Programs\Gaim\locale</code> directory and copy any language directories that you want from your installed <code>Gaim\locale</code> directory.</li> <li>Copy the contents of your root installed Gaim directory except <code>gaim.exe</code>, <code>gaim-uninst.exe</code>, and if you don't want spell-checking support, <code>libgtkspell.dll</code>.</li> - <li>Download <a href="gaim-portable.exe">gaim-portable.exe</a> and put it in <code>U:\Programs\Gaim</code>. The file uses the same source as the standard <code>gaim.exe</code> from versions 2.0.0 and newer, the difference being that when it was compiled <code>PORTABLE</code> was defined which causes some of the initialization to be done differently.</li> + <li>Download <a href="gaim-portable.exe">gaim-portable.exe</a> (use <a href="gaim-portable.exe.pre200b4">this version</a> for versions of gaim older than 2.0.0beta4) and put it in <code>U:\Programs\Gaim</code>. The file uses the same source as the standard <code>gaim.exe</code> from versions 2.0.0 and newer, the difference being that when it was compiled <code>PORTABLE</code> was defined which causes some of the initialization to be done differently.</li> </ul> </li> <li>In the same spirit, create a minimal GTK+ runtime installation from your GTK+ installation. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |