How to install on Windows
This document describes how to install and use Rabbit on Windows.
There are required softwares and optional softwares.
Install required softwares
Here are required softwares.
- Ruby
- Rabbit
Install Ruby
Install Ruby 1.8.7 from download page of RubyInstall for Windows. For example, Ruby 1.8.7-p334 installer can be downloaded via the following URL.
- rubyinstaller-1.8.7-p334.exe
- <URL:http://rubyforge.org/frs/download.php/74293/rubyinstaller-1.8.7-p334.exe>
Install Rabbit
RubyInstaller install "Start Command Prompt with Ruby" program into start menu. This program shows command prompt with PATH configuration for ruby.exe. You can install Rabbit by the following command on the command prompt:
> gem install rabbit
Related softwares (e.g. Ruby/GTK2 and so on) are also install automatically.
Now you can run Rabbit by the following command:
> rabbit https://raw.github.com/shockers/rabbit/master/sample/thema-bench-en.hiki
Install optional softwares
Here are optional softwares:
- RDtool
- Ghostscript
- Enscript
- div
Install RDTool
Install RAA:rdtool.
Extract the following archive and execute setup.rb to install.
EPS format support
- Install AFPL Ghostscript for Win32.
- Add <Ghostscript Install Path>/gs/gs8.53/bin to the PATH environment variable.
Source code highlighting support
- Install Enscript.
- Add <Enscript Install Path>/bin to the PATH environment variable.
You may need to obtain ruby.st for Ruby syntax highlighting.
> cd <Enscript Install Path>/share/enscript/hl > ruby -ropen-uri -e "puts open('http://viewvc.rubyforge.mmmultiworks.com/cgi/viewvc.cgi/trunk/support/ruby.st?root=support&view=co').read" > ruby.st
Install RAA:htree.
Extract the following archive and execute install.rb to install.
Use rabrick
Install RAA:div.
Extract the following archive and execute install.rb to install.
Sorry for having so many steps.