From fbaaf9cc9c433ad906517f9a93a2c0e85b61c704 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Mon, 19 Sep 2016 04:30:31 +0200 Subject: [PATCH] Add README.md file. --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bcedd24 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# Kiss4web-demo + + + +## Developing environment + +Kiss4web-demo project uses strictly Eclipse Kepler, Java 6, GIT. + +CAUTION: as said in Eclipse wiki (https://wiki.eclipse.org/Eclipse/Installation): "A Java 6 JRE/JDK is recommended for Eclipse 4.3.". +To launch Eclipse Kepler with JDK 6 when default Java is another one, In ECLIPSE_HOME/eclipse.ini, add the following lines: +-vm +/usr/java/jdk6/bin/java +(... -vmargs) + + +## Build + +GeneaQuilt uses Ant and generates a geneaquilt-x.y.z folder which contains: + +- x.jar : full software. +- x-core.jar : only compiled class without any library. +- x-core-source.jar : sources. + + +# License + +Kiss4web-demo is released under the GNU LGPL license. \ No newline at end of file