From: Mathieu Date: Tue, 21 Feb 2023 10:54:17 +0000 (+0100) Subject: Add README X-Git-Tag: v2.3.13~20 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=a56725de6a1fde09065be4f17b8e5d9094585253;p=gpl%2Fargeo-suite.git Add README --- 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