File: INSTALL

package info (click to toggle)
ditz 0.5-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 356 kB
  • ctags: 489
  • sloc: ruby: 3,664; sh: 15; makefile: 12
file content (20 lines) | stat: -rw-r--r-- 677 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
There are a couple ways to install ditz.

1. If you have Rubygems, it's available as a gem. Command your computer
   to "gem install ditz".

2. Get the tarball. Since you're reading this file, you probably have it
   already.

  2a. If you're happy with ditz being installed in /usr/bin and the library
      files spread wantonly across your filesystem,
        ruby setup.rb
  
  2b. If you want to control where the files are installed,
        ruby setup.rb config --prefix=/bin /dir--siterubyver=/lib/dir
        ruby setup.rb install

  2c. Just run it directly from the tarball.
        ruby -Ilib bin/ditz

Good luck, and report any problems to ditz-talk@rubyforge.org