3 If you are getting this code from http://launchpad.net/libmemcached then
4 continue reading. Otherwise these directions are not for you (well maybe...).
6 To obtain code from http://bazaar.launchpad.net/libmemcached you will need to
7 issue the following command:
9 bzr branch lp:libmemcached
11 Once the tree is cloned you will need to build the "configure" script. You
12 can do this by running the script:
14 ./bootstrap.sh autoreconf
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"
19 For a tarball release do a "make dist" and for an RPM type "make rpm".
21 For patches, we prefer you push a branch to launchpad and then submit that
22 branch to be merged. For more information, see:
24 https://help.launchpad.net/Code/UploadingABranch
25 https://help.launchpad.net/Code/Review
27 Thanks and keep hacking!