X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=README;h=7f3b4f1fec10f8c60008308a455ceb74ab8e6ad4;hb=0cc4496630458d049dba11311ba96e47070fb980;hp=e01743d25f9ff78a3ac40c4c09f12bb5f197b72e;hpb=03ef3621fa8624d56eef1f85274de365ddafed90;p=cql-java-moved-to-github.git diff --git a/README b/README index e01743d..7f3b4f1 100644 --- a/README +++ b/README @@ -37,7 +37,6 @@ WHAT'S WHAT IN THIS DISTRIBUTION? --------------------------------- README This file - VERSION The version-number of this distribution Changes History of releases LGPL-2.1 The GNU lesser GPL (see below) pom.xml Maven project file to control compilation. @@ -47,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.