From a56725de6a1fde09065be4f17b8e5d9094585253 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Tue, 21 Feb 2023 11:54:17 +0100 Subject: [PATCH] Add README --- README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 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 -- 2.30.2