Sha256: 68333688d92f3b36edcb083f7997e0609ab5470b8401009fe9202dcb1606b722
Contents?: true
Size: 683 Bytes
Versions: 6
Compression:
Stored size: 683 Bytes
Contents
= This is an interface to the library libbzip2 * Installation ruby extconf.rb make make install == You may need to specify : --with-bz2-include=<include file directory for libbzip2> --with-bz2-lib=<library directory for libbzip2> --with-bz2-dir=<prefix for library and include of libbzip2> == Example : ruby extconf.rb --with-bz2-dir=/home/ts/local * Documentation : make rd2 make rdoc make ri * Tests : if you have rubyunit, or testunit make test * Copying This extension module is copyrighted free software by Guy Decoux You can redistribute it and/or modify it under the same term as Ruby. Guy Decoux <ts@moulon.inra.fr>
Version data entries
6 entries across 6 versions & 3 rubygems