* test: new directory to contain all test code and related files
[bnac-common.git] / README
blobad9fb03d548453f8fa8eaa707cae53321da65522
1 bnac is a program for creating virtual museum environments.
3 bnac is Free Software. See COPYING file for license.
5 Documentation is a bit lacking right now, and so is the code ;-)
7 Software requirements
8 =====================
10 Library dependencies:
11 - log4j >= 1.2
12 - libvecmath >= 1.5.2
14 The corresponding JAR files must be either put or symlinked from the directory
15 `lib'. That is to say, for example,
16     $ cd path/to/bnac-common
17     $ mkdir lib && cd lib
18     $ ln -s /usr/share/java/vecmath.jar
20 For building:
21 - ant >= 1.8
23 (The version constraints are just the ones that the project was built with,
24 maybe it works with previous versions, maybe not.)
26 Building instructions
27 =====================
29 $ cd path/to/bnac-common
30 $ ant
32 That's it ;-)
34 As this is just a library, the generated JAR is in the `dist' directory.