File: INSTALL

package info (click to toggle)
libyadis-ruby 0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 440 kB
  • ctags: 372
  • sloc: ruby: 2,122; sh: 12; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 510 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
= Ruby YADIS Library Installation

== Installation

Unpack the archive and run setup.rb (you may need to be root)

 ruby setup.rb

setup.rb installs the library into your system ruby.  If don't want to
add yadis to you system ruby, make sure to add the *lib* directory of
the extracted tarball to your RUBYLIB environment variable.

Make sure everything installed ok:
 $> irb
 irb(main):001:0> require "yadis"
 => true

== Run the test suite

Go into the test directory and execute the *runtests.rb* script.