X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=README.FIRST;h=7c93b9b533b82d5722020a0799f186ab1fece70f;hb=f0b6a382ea0be4c327f9968cf5d65ac1dd8bdf4c;hp=0075f0293c82706dd801a2c23d1acc2ff3ff16f4;hpb=fca95fa2077ff8216be4a71d3b0607f20d7f2a27;p=awesomized%2Flibmemcached diff --git a/README.FIRST b/README.FIRST index 0075f029..7c93b9b5 100644 --- 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/autogen.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"