summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrichdawe <richdawe@1665872d-e22b-0410-9e5d-a57ad4215e6d>2006-05-13 19:12:20 +0000
committerrichdawe <richdawe@1665872d-e22b-0410-9e5d-a57ad4215e6d>2006-05-13 19:12:20 +0000
commit8f1459ce7fdbbcb094e8ad3e252c0c581de0d22b (patch)
tree00c8987a01326b94cd0d2770982c54c537b86c6b
parentf1fea7b8cbc33d7ba657ecdbca8aaeb5d37e304c (diff)
downloadportableumem-8f1459ce7fdbbcb094e8ad3e252c0c581de0d22b.tar.gz
Re-add README-alpha, to provide instructions for building from CVS, but this time actually adapt it to umem
git-svn-id: https://labs.omniti.com/portableumem/trunk@14 1665872d-e22b-0410-9e5d-a57ad4215e6d
-rw-r--r--README-alpha56
1 files changed, 56 insertions, 0 deletions
diff --git a/README-alpha b/README-alpha
new file mode 100644
index 0000000..77e93d9
--- /dev/null
+++ b/README-alpha
@@ -0,0 +1,56 @@
+This is the libumem package.
+This document describes the actions needed to build the pre-release
+or CVS version of the package. See end of file for copying conditions.
+
+* Introduction
+
+ This is a *pre-release* version, and not ready for production use
+yet. If you are taking source from CVS, you will need to have libtool,
+automake, and autoconf installed to help contribute. See the chapter
+`Building' for the detailed instructions. The script autogen.sh is
+provided to help autoconfigure libumem from the cvs src. After you
+run autogen.sh, there should be a file 'INSTALL' with (generic)
+installation instructions. Package-specific installation instructions
+are set forth in the file README.
+
+ Please, note that the accompanying documentation may be inaccurate
+or incomplete. The CVS history is the authoritative documentation of
+all recent changes.
+
+Report bugs to (TODO: mailing list <>)
+
+* Checking Out the Sources
+
+The following instructions apply if you wish to obtain sources from
+the CVS repository:
+
+To checkout the source tree from CVS issue the following command:
+
+ cvs -z3 -d:pserver:anonymous@umem.cvs.sourceforge.net:/cvsroot/umem co \
+ -P umem
+
+ This will give you read-only access. If you think you need write access,
+contact the mailing list.
+
+* Building
+
+ In order to build this you will first need to have right versions
+of autotools and some auxiliary GNU programs. At the time of this
+writing these are:
+
+ Package Version (>=)
+ ======== ============
+ automake 1.8.5
+ autoconf 2.59
+ libtool 1.5.8
+
+ To prepare the package for building run autogen.sh. Then run
+./configure with the desired options (See INSTALL and README for the
+detailed instructions). Finally, run make. Notice that the first make
+of the package should be made in the source directory. Subsequent
+makes can use build directory different from the source one.
+
+* Copyright information:
+
+Please see COPYRIGHT and OPENSOLARIS.LICENSE for the copyright
+and license details.