~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to README.FIRST

  • Committer: Continuous Integration
  • Date: 2012-10-22 05:56:09 UTC
  • mfrom: (1086.1.8 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20121022055609-cbooaw9bcdal4qge
Merge lp:~tangent-org/libmemcached/1.0-build Build: jenkins-Libmemcached-1.0-87

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
Once the tree is cloned you will need to build the "configure" script. You
12
12
can do this by running the script:
13
13
 
14
 
./config/autorun.sh
 
14
./bootstrap.sh autoreconf
15
15
 
16
16
It will set up all of the files you need to build libmemcached. At that
17
17
point it is just the typical "./configure; make; make test; make install"