lease02: Do a lock-unlock sequence instead of lock-lock
[jlayton/lockperf.git] / README
1 If building from sources pulled from git, you first need to check out a copy
2 of gnulib:
3
4     git clone git://git.savannah.gnu.org/gnulib.git
5
6 ...once that's done, symlink gnulib-tool in that directory somewhere in your
7 $PATH. For instance:
8
9     ln -s /git/gnulib/gnulib-tool ~/bin/gnulib-tool
10
11 ...then run:
12
13     ./autogen.sh
14
15 ...and finally the normal:
16
17     ./configure && make