From: Jakub Skoczen Date: Mon, 17 Mar 2014 15:15:51 +0000 (+0100) Subject: Note on building X-Git-Tag: v1.12~2 X-Git-Url: http://git.indexdata.com/?p=cql-java-moved-to-github.git;a=commitdiff_plain;h=0cc4496630458d049dba11311ba96e47070fb980 Note on building --- diff --git a/README b/README index 0586d3a..7f3b4f1 100644 --- a/README +++ b/README @@ -46,6 +46,16 @@ WHAT'S WHAT IN THIS DISTRIBUTION? util Various testing and sanity-checking Perl scripts etc Other files: PQF indexes, generator properties, etc. + +COMPILATION AND INSTALLATION +---------------------------- + +The build process is controlled by Maven so compilation is the standard: + + mvn clean install + +which generates build artifacts under target/. + "Installation" of this package would consist of putting the bin directory on your PATH and target/cql-java.jar on your CLASSPATH.