[go: up one dir, main page]

Menu

[a24784]: / readme  Maximize  Restore  History

Download this file

27 lines (18 with data), 542 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This is the source tree for the Compositor project on SourceForge.
http://compositor.sourceforge.net/
http://sourceforge.net/projects/compositor/


Building
========

To build, you need:
 - Java 17 or above
 - an internet connection
 - and Maven - see https://maven.apache.org/

Then:

cd build
mvn package


After building:
 - look at index.html
 - and try:
	cd compositor
	java -classpath examples\target\classes\;core\target\classes Examples examples\target\classes

   (Unix/Linux users use : instead of ; obvs)