Sha256: 87c9d0f3796c2c5933a107b3b8c1e098cb30f1fcfa6bc6e07c03339a57fe313c

Contents?: true

Size: 1013 Bytes

Versions: 2

Compression:

Stored size: 1013 Bytes

Contents

libmagic installation
=====================

Mahoro is a wrapper around libmagic[1], so it needs the libmagic
development headers and libraries to run.  If your operating system
provides libmagic development libraries and headers, you will not need
the "--with-magic*" command-line options below.

For Debian-based systems: apt-get install libmagic-dev
For CentOS 6.x or similar RPM-based systems: yum install file-devel
For CentOS 5.x or similar RPM-based systems: yum install file

[1] - https://en.wikipedia.org/wiki/Libmagic

INSTALL (from RubyGems)
=======================

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

# gem install mahoro -- --with-magic-include=/path/to/include \
                        --with-magic-lib=/path/to/lib

INSTALL (from tarball)
======================

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mahoro-0.5 INSTALL
mahoro-0.4 INSTALL