File: HOME_INSTALL

package info (click to toggle)
libtioga-ruby 1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 10,460 kB
  • ctags: 3,986
  • sloc: ansic: 38,451; ruby: 16,774; sh: 172; makefile: 111
file content (8 lines) | stat: -rwxr-xr-x 189 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
cd split && 
ruby extconf.rb --home &&
make &&
make install &&
export RUBYLIB=$HOME/lib/ruby &&
cd ../tests &&
ruby ts_Tioga.rb &&
echo "Don't" 'forget to set the RUBYLIB=$HOME/lib/ruby !'