X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=README.FIRST;h=d7282df3efb4dc95c56548e71870c1e08f04c364;hb=cddd96a88fd208d390e56a08f2338ab2b71214f6;hp=0075f0293c82706dd801a2c23d1acc2ff3ff16f4;hpb=f63d634e21459280599f663154089fa724903bd6;p=m6w6%2Flibmemcached diff --git a/README.FIRST b/README.FIRST index 0075f029..d7282df3 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 +./config/autorun.sh 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"