X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=README.FIRST;h=7c93b9b533b82d5722020a0799f186ab1fece70f;hb=d234ba4d3903a1284c02d45d86ef816fd696c13a;hp=dd15b737ed1834f5ce349b37e7573227a8bf43d0;hpb=82b9ad4652c38c7fc0a31505fd38f95246e379f9;p=awesomized%2Flibmemcached diff --git a/README.FIRST b/README.FIRST index dd15b737..7c93b9b5 100644 --- a/README.FIRST +++ b/README.FIRST @@ -1,27 +1,28 @@ Hi! -If you are getting this code from http://hg.tangent.org/libmemcached then +If you are getting this code from http://launchpad.net/libmemcached then continue reading. Otherwise these directions are not for you (well maybe...). -To obtain code from http://hg.tangent.org/libmemcached you will need to issue -the following command: +To obtain code from http://bazaar.launchpad.net/libmemcached you will need to +issue the following command: -hg clone http://hg.tangent.org/libmemcached +bzr branch lp:libmemcached Once the tree is cloned you will need to build the "configure" script. You can do this by running the script: -./config/bootstrap +./bootstrap.sh autoreconf It will set up all of the files you need to build libmemcached. At that -point it is just the typical "./configure; make; make test; make instal" +point it is just the typical "./configure; make; make test; make install" For a tarball release do a "make dist" and for an RPM type "make rpm". -For patches either send diffs or make use of hg's ability to do bundles. You -can read more about this on the hg websites: +For patches, we prefer you push a branch to launchpad and then submit that +branch to be merged. For more information, see: -http://www.selenic.com/mercurial/wiki/ +https://help.launchpad.net/Code/UploadingABranch +https://help.launchpad.net/Code/Review Thanks and keep hacking!