summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDetlev Casanova <detlev.casanova@gmail.com>2010-07-16 23:13:50 +0200
committerDetlev Casanova <detlev.casanova@gmail.com>2010-07-16 23:13:50 +0200
commitfda03749df61a57bd5ab4c74e7fc16569a805a98 (patch)
tree27e6167e99dc83f9d3cc7a07864d3a74f9ec91e6 /README
parent5ee230352df6d06cdba6f48da3d83a608847785c (diff)
downloadlayman-fda03749df61a57bd5ab4c74e7fc16569a805a98.tar.gz
layman-fda03749df61a57bd5ab4c74e7fc16569a805a98.tar.bz2
layman-fda03749df61a57bd5ab4c74e7fc16569a805a98.zip
Add the autotools building system
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..c3831a1
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+This is the C version of the new layman API.
+
+To use it, you must first get the new Layman API :
+
+ git clone http://dev.gentooexperimental.org/~dol-sen/git/layman.git
+
+Then, type
+
+ ./configure
+ make
+
+After that, you can compile and run the tester with
+
+ ./run-test.sh
+
+Note that it's still in an unstable state, try to always use the latest git
+version of this library and of the new Layman API.