gaim/www

Parents 3dafd8507648
Children 0a7d7beb97f1
I finally got around to testing this - and what do you know, it works.
--- a/htdocs/win32/index.php Thu Sep 29 16:51:58 2005 -0400
+++ b/htdocs/win32/index.php Mon Oct 03 13:47:19 2005 -0400
@@ -162,14 +162,15 @@
<li>Copy the whole <code>pixmaps</code> and <code>sounds</code> directories.</li>
<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>, and if you don't want spellchecking support, <code>libgtkspell.dll</code>.</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 spellchecking 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>
</ul>
</li>
<li>In the same spirit, create a minimal GTK+ runtime installation from your GTK+ installation.
<ul>
- <li>Copy the <code>bin</code>, <code>etc</code> and <code>lib</code> directories to your <code>U:\Programs\GTK</code> directory.</li>
- <li>If you want to use a language other than en_US, create a <code>U:\Programs\GTK\locale</code> directory and copy any language directories that you want from your installed GTK+ runtime's <code>locale</code> directory.</li>
+ <li>Copy the <code>bin</code> and <code>etc</code> directories to your <code>U:\Programs\GTK</code> directory.</li>
+ <li>Create a <code>U:\Programs\GTK\lib</code> directory and copy the contents of the installed GTK+ runtime's <code>lib</code> directory, except the <code>locale</code> subdirectory.</li>
+ <li>If you want to use a language other than en_US, create a <code>U:\Programs\GTK\lib\locale</code> directory and copy any language directories that you want from your installed GTK+ runtime's <code>lib\locale</code> directory.</li>
</ul>
</li>
<li>You are done! Running <code>U:\Programs\Gaim\gaim-portable.exe</code> will cause gaim to run off the USB Drive, saving the settings, logs and etc. to <code>U:\Programs\.gaim</code>.</li>