]> git.argeo.org Git - gpl/argeo-suite.git/blob - README
Update Argeo Build
[gpl/argeo-suite.git] / README
1 Argeo Suite provides components and APIs to build productivity or reporting appalications.
2
3 ## Build
4 Prerequisites to build this layer:
5 - build Argeo TP
6 - build Argeo Commons
7 - build Argeo JCR
8 (cf. http://git.argeo.org)
9
10 Then, run:
11
12 git clone http://git.argeo.org/gpl/argeo-suite.git --recursive
13 export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64/
14 ./argeo-suite/configure
15
16 cd argeo-suite
17 make clean all
18
19 In order to use it within an Eclipse PDE environment:
20
21 make clean all manifests