X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=README;fp=README;h=40fb60c045b4c51b2b7978fcb36b21ddb7457d4c;hb=a56725de6a1fde09065be4f17b8e5d9094585253;hp=0000000000000000000000000000000000000000;hpb=3068e7506d17d1d02ac4fc00307f42477fccffd8;p=gpl%2Fargeo-suite.git diff --git a/README b/README new file mode 100644 index 0000000..40fb60c --- /dev/null +++ b/README @@ -0,0 +1,21 @@ +Argeo Suite provides components and APIs to build productivity or reporting appalications. + +## Build +Prerequisites to build this layer: +- build Argeo TP +- build Argeo Commons +- build Argeo JCR +(cf. http://git.argeo.org) + +Then, run: + +git clone http://git.argeo.org/gpl/argeo-suite.git --recursive +export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64/ +./argeo-suite/configure + +cd argeo-suite +make clean all + +In order to use it within an Eclipse PDE environment: + +make clean all manifests \ No newline at end of file