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
- Host: GitHub
- URL: https://github.com/knu/ruby-bz2
- Owner: knu
- Created: 2009-05-13T06:30:23.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-05-13T14:24:48.000Z (about 17 years ago)
- Last Synced: 2025-01-26T01:41:44.909Z (over 1 year ago)
- Language: C
- Homepage: http://moulon.inra.fr/ruby/bz2.html
- Size: 117 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en
- Changelog: Changes
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