Add README.md file.
This commit is contained in:
parent
54eed1530f
commit
fbaaf9cc9c
1 changed files with 27 additions and 0 deletions
27
README.md
Normal file
27
README.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue