projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
a0a194b
)
Fix instructions for build from VCS.
author
Brian Aker
<brian@tangent.org>
Mon, 22 Oct 2012 02:17:08 +0000
(22:17 -0400)
committer
Brian Aker
<brian@tangent.org>
Mon, 22 Oct 2012 02:17:08 +0000
(22:17 -0400)
README.FIRST
patch
|
blob
|
history
diff --git
a/README.FIRST
b/README.FIRST
index d7282df3efb4dc95c56548e71870c1e08f04c364..7c93b9b533b82d5722020a0799f186ab1fece70f 100644
(file)
--- a/
README.FIRST
+++ b/
README.FIRST
@@
-11,7
+11,7
@@
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/autorun.sh
+./
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 install"