~dave-terei/libmemcached/sasl-fixes

103 by Brian Aker
New "fast help" for new hg/web/bleeding edge users.
1
Hi!
2
537.1.11 by Monty Taylor
Updated README.FIRST with up to date instructions.
3
If you are getting this code from http://launchpad.net/libmemcached then
103 by Brian Aker
New "fast help" for new hg/web/bleeding edge users.
4
continue reading. Otherwise these directions are not for you (well maybe...).
5
537.1.11 by Monty Taylor
Updated README.FIRST with up to date instructions.
6
To obtain code from http://bazaar.launchpad.net/libmemcached you will need to
7
issue the following command:
103 by Brian Aker
New "fast help" for new hg/web/bleeding edge users.
8
537.1.11 by Monty Taylor
Updated README.FIRST with up to date instructions.
9
bzr branch lp:libmemcached
103 by Brian Aker
New "fast help" for new hg/web/bleeding edge users.
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
799.1.1 by Ingy dot Net
Corrected autogen.sh to autorun.sh
14
./config/autorun.sh
103 by Brian Aker
New "fast help" for new hg/web/bleeding edge users.
15
16
It will set up all of the files you need to build libmemcached. At that
317.8.2 by Mark Atwood
fix typos in README files
17
point it is just the typical "./configure; make; make test; make install"
103 by Brian Aker
New "fast help" for new hg/web/bleeding edge users.
18
19
For a tarball release do a "make dist" and for an RPM type "make rpm".
20
537.1.11 by Monty Taylor
Updated README.FIRST with up to date instructions.
21
For patches, we prefer you push a branch to launchpad and then submit that 
22
branch to be merged. For more information, see:
103 by Brian Aker
New "fast help" for new hg/web/bleeding edge users.
23
537.1.11 by Monty Taylor
Updated README.FIRST with up to date instructions.
24
https://help.launchpad.net/Code/UploadingABranch
25
https://help.launchpad.net/Code/Review
103 by Brian Aker
New "fast help" for new hg/web/bleeding edge users.
26
27
Thanks and keep hacking!
28
29
Cheers,
30
  -Brian
31
  Seattle, WA.