about summary refs log tree commit homepage
path: root/INSTALL
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-30 07:28:13 +0000
committerEric Wong <normalperson@yhbt.net>2011-01-30 07:28:13 +0000
commit480219900f3d47c7b9ddf830a1e19b4aa39e83e2 (patch)
treec51ab357ed0ee98e39490a042288730766d803d7 /INSTALL
downloadmahoro-480219900f3d47c7b9ddf830a1e19b4aa39e83e2.tar.gz
initial import v0.1
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..0f9c7af
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,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