File: README

package info (click to toggle)
tinysvm 0.09%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,596 kB
  • sloc: sh: 8,762; cpp: 2,401; ansic: 1,096; makefile: 219; python: 42; java: 37; perl: 36; ruby: 33
file content (12 lines) | stat: -rw-r--r-- 193 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
TinySVM ruby module

$Id: README,v 1.4 2001/08/29 15:25:40 taku-ku Exp $;

1. Install
  % ruby extconf.rb
  % make
  % su
  # make install
  
2. How to use?
   see 'test.rb' as sample program.