]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
bit of win32 doco
authorTom Gilbert <tom@linuxbrit.co.uk>
Fri, 27 Jan 2006 09:28:38 +0000 (09:28 +0000)
committerTom Gilbert <tom@linuxbrit.co.uk>
Fri, 27 Jan 2006 09:28:38 +0000 (09:28 +0000)
INSTALL
REQUIREMENTS

diff --git a/INSTALL b/INSTALL
index 3885f2dcdb660ca92918c6ee02481e61c9a12d03..7081c592e0045ca2d84a55d4fba460cf88742d6e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,5 @@
+Run setup.rb to install the bot.
+
 Just run rbot, it'll ask you for any core information it needs before it can
 start, after that you can configure everything else online using the config
 module.
@@ -6,3 +8,5 @@ You can maintain multiple configurations at once. Start rbot with the
 location you want it to store runtime data in. By default, running rbot
 uses the ~/.rbot config directory. If you run 'rbot /path/to/foo', then the
 configuration will be stored to and read from there instead.
+
+Instructions for windows in REQUIREMENTS
index 7b3473418c65c6240458751f7712627c0322b3ab..83d3fe69f084c1427cd68c93561073b12d45937f 100644 (file)
@@ -32,3 +32,12 @@ spell plugin:
       ispell(1)
 
 
+Running rbot on win32
+=====================
+
+here is bdb:
+http://ftp.ruby-lang.org/pub/ruby/binaries/mingw/1.8/ext/bdb-0.5.1-i386-mingw32-1.8.tar.gz
+
+and you need the Win32 MinGW version of Ruby:
+http://ftp.ruby-lang.org/pub/ruby/binaries/mingw/1.8/ruby-1.8.4-i386-mingw32.tar.gz
+