Add README
authorMathieu <mbaudier@argeo.org>
Tue, 21 Feb 2023 10:54:17 +0000 (11:54 +0100)
committerMathieu <mbaudier@argeo.org>
Tue, 21 Feb 2023 10:54:17 +0000 (11:54 +0100)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
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