File: windows.rd

package info (click to toggle)
rabbit 3.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,220 kB
  • sloc: ruby: 29,637; lisp: 309; makefile: 43; sh: 7
file content (45 lines) | stat: -rw-r--r-- 1,002 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
layout: en
title: Install on Windows
---
== How to install on Windows

This document describes how to install and use Rabbit on
Windows.

=== How to install

Install the following software:

  * Ruby
  * Rabbit

==== How to install Ruby

Download and execute Ruby installer from ((<download page of
RubyInstall for
Windows|URL:http://rubyinstaller.org/downloads/>)). You can use both
32bit version and 64bit version.

==== How to 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.

=== How to run Rabbit

Run the following command on command prompt that is used for
installing Rabbit:

  > rabbit

It opens a dialog to open a slide file.

See also ((<How to make a slide source|URL:../how-to-make/>)).