Merge 477:75823cad36b7 with -r 476
[m6w6/libmemcached] / README.FIRST
1 Hi!
2
3 If you are getting this code from http://hg.tangent.org/libmemcached then
4 continue reading. Otherwise these directions are not for you (well maybe...).
5
6 To obtain code from http://hg.tangent.org/libmemcached you will need to issue
7 the following command:
8
9 hg clone http://hg.tangent.org/libmemcached
10
11 Once the tree is cloned you will need to build the "configure" script. You
12 can do this by running the script:
13
14 ./config/bootstrap
15
16 It will set up all of the files you need to build libmemcached. At that
17 point it is just the typical "./configure; make; make test; make install"
18
19 For a tarball release do a "make dist" and for an RPM type "make rpm".
20
21 For patches either send diffs or make use of hg's ability to do bundles. You
22 can read more about this on the hg websites:
23
24 http://www.selenic.com/mercurial/wiki/
25
26 Thanks and keep hacking!
27
28 Cheers,
29 -Brian
30 Seattle, WA.