X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=README.FIRST;h=7c93b9b533b82d5722020a0799f186ab1fece70f;hb=2eb14a59f3626073017de925929dcc7e3e9eb43d;hp=d7282df3efb4dc95c56548e71870c1e08f04c364;hpb=d70dd7ca2db0a4f7d7c63367466567cc1efe9f68;p=awesomized%2Flibmemcached diff --git a/README.FIRST b/README.FIRST index d7282df3..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/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"