Blame README.FIRST

Packit 83fed9
Hi!
Packit 83fed9
Packit 83fed9
If you are getting this code from http://launchpad.net/libmemcached then
Packit 83fed9
continue reading. Otherwise these directions are not for you (well maybe...).
Packit 83fed9
Packit 83fed9
To obtain code from http://bazaar.launchpad.net/libmemcached you will need to
Packit 83fed9
issue the following command:
Packit 83fed9
Packit 83fed9
bzr branch lp:libmemcached
Packit 83fed9
Packit 83fed9
Once the tree is cloned you will need to build the "configure" script. You
Packit 83fed9
can do this by running the script:
Packit 83fed9
Packit 83fed9
./bootstrap.sh autoreconf
Packit 83fed9
Packit 83fed9
It will set up all of the files you need to build libmemcached. At that
Packit 83fed9
point it is just the typical "./configure; make; make test; make install"
Packit 83fed9
Packit 83fed9
For a tarball release do a "make dist" and for an RPM type "make rpm".
Packit 83fed9
Packit 83fed9
For patches, we prefer you push a branch to launchpad and then submit that 
Packit 83fed9
branch to be merged. For more information, see:
Packit 83fed9
Packit 83fed9
https://help.launchpad.net/Code/UploadingABranch
Packit 83fed9
https://help.launchpad.net/Code/Review
Packit 83fed9
Packit 83fed9
Thanks and keep hacking!
Packit 83fed9
Packit 83fed9
Cheers,
Packit 83fed9
  -Brian
Packit 83fed9
  Seattle, WA.