about summary refs log tree commit homepage
path: root/INSTALL
diff options
context:
space:
mode:
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