X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=README;h=7f3b4f1fec10f8c60008308a455ceb74ab8e6ad4;hb=HEAD;hp=0586d3a2df784de0fcf1347a0f7af4d07203d00d;hpb=17ec2f38ab1b7433d7a0121a4940a011956cd3ac;p=cql-java-moved-to-github.git 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.