mahoro.git  about / heads / tags
Ruby interface to libmagic
blob 0f9c7af12731d65774094e9d58349c557597d132 218 bytes (raw)
$ git show v0.1:INSTALL	# shows this blob on the CLI

1
2
3
4
5
6
7
8
9
 
 INSTALL
=========

The installation is simple, install libmagic and type the following.

> ruby extconf.rb --with-magic-include=/path/to/include \
                  --with-magic-lib=/path/to/lib
> make
# make install

git clone https://yhbt.net/mahoro.git