New "fast help" for new hg/web/bleeding edge users.
authorBrian Aker <brian@tangent.org>
Tue, 16 Oct 2007 16:26:01 +0000 (09:26 -0700)
committerBrian Aker <brian@tangent.org>
Tue, 16 Oct 2007 16:26:01 +0000 (09:26 -0700)
Makefile.am
README.FIRST [new file with mode: 0644]

index 51c7b70621a6726d6b1665d4927dfff65733e94b..4633706b931d1fbf94ddb715b89a0c1ed44c2b04 100644 (file)
@@ -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 (file)
index 0000000..5f46996
--- /dev/null
@@ -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.