compiling

Asked by Simon Schenk

How do I compile NetworkedGraphsSail or DistributedSail?

Question information

Language:
English Edit question
Status:
Solved
For:
Networked Graphs Edit question
Assignee:
No assignee Edit question
Solved by:
Simon Schenk
Solved:
Last query:
Last reply:
Revision history for this message
Simon Schenk (sschenk) said :
#1

You need Java >= 5 and Maven to compile.
In the root directory, type

mvn install package:package

Then you will find jar files in the target subfolders of the components. Dependencies are automatically resolved.