An open API service indexing awesome lists of open source software.

https://github.com/knu/ruby-bz2

Ruby bindings for libbzip2 by Guy Decoux
https://github.com/knu/ruby-bz2

Last synced: about 1 month ago
JSON representation

Ruby bindings for libbzip2 by Guy Decoux

Awesome Lists containing this project

README

          

This is an interface to the library libbzip2

* Installation

ruby extconf.rb
make
make install

You may need to specify :

--with-bz2-include=

--with-bz2-lib=

--with-bz2-dir=

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