Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-02-18 03:58:55 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-02-20 00:03:07 (GMT)
commitb999a05ad78264d6b7975bf39c8297f36a514ed1 (patch)
tree9d635b80737206ccea9aa7e448910b93760116a9 /INSTALL
parent25ddc1089bb0950d2d8a8cec8a62acb1a9469ec2 (diff)
Add Makefile to build binary package in convenient way
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..0a755cb
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,8 @@
+To build C library(you need swig and python-devel):
+$ make
+
+To make regular sugar procedures:
+$ ./setup.py
+
+To install binaries:
+$ make DESTDIR=<path_to_install> install