blob: c3831a114f1f9cbea620a67235d868ab04194fec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.
|