]> git.argeo.org Git - gpl/argeo-slc.git/blob - README
Releasing
[gpl/argeo-slc.git] / README
1 Argeo SLC provides components (mostly Java but also native, or GNU/Linux specific scripts and systemd units) around the life cycle of IT systems, especially those built on Argeo Commons.
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-slc.git --recursive
13 export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64/
14 ./argeo-slc/configure
15
16 cd argeo-slc
17 make clean all
18
19 In order to use it within an Eclipse PDE environment:
20
21 make clean all manifests
22
23 which will copy the generated OSGi MANIFESTs back to the source tree. The *.target files in argeo-tp/sdk can then be used to configure the target platforms.
24
25 In order to develop with the Eclipse RCP components (Eclipse RAP being the default), additionally run:
26
27 make -f Makefile-rcp.mk manifests