summaryrefslogtreecommitdiffstats
path: root/c-layman/README
diff options
context:
space:
mode:
authordol-sen <brian.dolbec@gmail.com>2011-10-26 16:19:06 -0700
committerdol-sen <brian.dolbec@gmail.com>2011-10-26 16:19:06 -0700
commitc40874bd95d1525961692dd7d742ed565a2b4334 (patch)
treed774c213a57cb2ed06d74d664a86ccbad4bf4a5b /c-layman/README
parent9a74747e60f08a6f303d36d45ad9bb2ba828af42 (diff)
parentbce27850d7e2d86e1b8046be8eb1d51c83dbdd2c (diff)
downloadlayman-c40874bd95d1525961692dd7d742ed565a2b4334.tar.gz
layman-c40874bd95d1525961692dd7d742ed565a2b4334.tar.bz2
layman-c40874bd95d1525961692dd7d742ed565a2b4334.zip
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/layman
Diffstat (limited to 'c-layman/README')
-rw-r--r--c-layman/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/c-layman/README b/c-layman/README
new file mode 100644
index 0000000..c3831a1
--- /dev/null
+++ b/c-layman/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.