---
layout: en
title: Install on Windows
---
== 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 (()). For
example, Ruby 1.8.7-p334 installer can be downloaded via the
following URL.
: 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 rabbit-theme-benchmark-en.gem
=== Install optional softwares
Here are optional softwares:
* RDtool
* Ghostscript
* Enscript
* div
==== Install RDTool
Install (()).
Extract the following archive and execute setup.rb to install.
: rdtool-0.6.20.tar.gz
(())
==== EPS format support
(1) Install AFPL Ghostscript for Win32.
: gs853w32.exe
(())
(2) Add /gs/gs8.53/bin to the PATH environment variable.
==== Source code highlighting support
(1) Install Enscript.
: enscript-1.6.3-9-bin.exe
(())
(2) Add /bin to the PATH environment variable.
(3) You may need to obtain ruby.st for Ruby syntax highlighting.
> cd /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
(4) Install (()).
Extract the following archive and execute install.rb to install.
: htree.tar.gz
(())
==== Use rabrick
Install (()).
Extract the following archive and execute install.rb to install.
: div-1.3.2.tar.gz
(())
Sorry for having so many steps.