aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-03-07 21:57:22 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-03-07 21:57:22 +0000
commit5296bfa0912141e9eea35f0dc9d3518dbe95c5eb (patch)
tree9019c4f2954116efb3e12fb13e4e35db006b3b48 /common
parent7331735d7a5778eefa88d6175fd5aadbfa97d972 (diff)
+ changed 'svn-prepare.sh' calls to literal copy in extended/Makefile
svn path=/trunk/externals/moocow/; revision=10849
Diffstat (limited to 'common')
-rw-r--r--common/README.svn21
1 files changed, 21 insertions, 0 deletions
diff --git a/common/README.svn b/common/README.svn
new file mode 100644
index 0000000..2fc9816
--- /dev/null
+++ b/common/README.svn
@@ -0,0 +1,21 @@
+To build from subversion sources, do the following:
+
+ ./svn-prepare.sh
+ ./autogen.sh
+ ./configure
+ make
+ make install
+
+You will need recent versions of GNU automake and
+autoconf in order to build from the SVN tree.
+
+The './svn-prepare.sh' script requires some shared code
+in the directory ../common (relative to the package root
+directory).
+
+The README.txt file in the distribution is auto-generated
+from perl ".pod" format by the "pod2text" included in most
+Perl distributions.
+
+marmosets,
+ Bryan