From: Brian Aker Date: Tue, 16 Oct 2007 16:26:01 +0000 (-0700) Subject: New "fast help" for new hg/web/bleeding edge users. X-Git-Tag: 0.7~28 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=7e447d1538f9ef6c25c454b537cf03c0cac1e6b9;p=awesomized%2Flibmemcached New "fast help" for new hg/web/bleeding edge users. --- diff --git a/Makefile.am b/Makefile.am index 51c7b706..4633706b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = include SUBDIRS = docs include lib src tests support +EXTRA_dist = README.FIRST test: all cd tests; make test; cd .. diff --git a/README.FIRST b/README.FIRST new file mode 100644 index 00000000..5f46996d --- /dev/null +++ b/README.FIRST @@ -0,0 +1,30 @@ +Hi! + +If you are getting this code from http://hg.tangent.org/libmemcached then +continue reading. Otherwise these directions are not for you (well maybe...). + +To obtain code from http://hg.tangent.org/libmemached you will need to issue +the following command: + +hg clone http://hg.tangent.org/libmemcached + +Once the tree is cloned you will need to build the "configure" script. You +can do this by running the script: + +./config/bootstrap + +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 instal" + +For a tarball release do a "make dist" and for an RPM type "make rpm". + +For patches either send diffs or make use of hg's ability to do bundles. You +can read more about this on the hg websites: + +http://www.selenic.com/mercurial/wiki/ + +Thanks and keep hacking! + +Cheers, + -Brian + Seattle, WA.