Initial set of fixes for build system

This commit is contained in:
Mario Danic
2007-04-24 22:54:05 +00:00
parent 1418259ec4
commit fa73b001aa
4 changed files with 21 additions and 17 deletions

View File

@ -14,7 +14,9 @@ The simplest way to compile this package is:
Running `configure' might take a while. While running, it prints
some messages telling which features it is checking for.
2. Type `ant' to compile the package.
2. Type `ant' to compile the package. You need to add the cpptasks.jar to ant
classpath. Usually this can be done by copy that jar into ant lib dir.
cpptasks.jar can be downloaded from http://ant-contrib.sourceforge.net.
3. Optionally, type `ant check' to run any self-tests that come with
the package.