diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-03-07 20:58:22 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-03-07 20:58:22 +0000 |
commit | ebdb02259cb24baa17e8a1c0e276fadce6114453 (patch) | |
tree | 1e959fb88fc467e5723c2dd5700a5dd5e72ab5ac /README.svn | |
parent | d6e8cff18b7895847b3a0890bd2a2b7c3015718e (diff) |
+ eliminated build-time dependence on svn:special symlinks
svn path=/trunk/externals/moocow/pdstring/; revision=10845
Diffstat (limited to 'README.svn')
-rw-r--r-- | README.svn | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.svn b/README.svn new file mode 100644 index 0000000..2fc9816 --- /dev/null +++ b/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 |