Update PROTOCOL bits.
[m6w6/libmemcached] / README.FIRST
1 Hi!
2
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...).
5
6 To obtain code from http://bazaar.launchpad.net/libmemcached you will need to
7 issue the following command:
8
9 bzr branch lp: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/autorun.sh
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, we prefer you push a branch to launchpad and then submit that
22 branch to be merged. For more information, see:
23
24 https://help.launchpad.net/Code/UploadingABranch
25 https://help.launchpad.net/Code/Review
26
27 Thanks and keep hacking!
28
29 Cheers,
30 -Brian
31 Seattle, WA.