This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
doc:en:appendixc [2016/10/12 12:04] rosmord [Getting the code] |
doc:en:appendixc [2018/06/02 11:33] rosmord [Compiling the code] |
||
---|---|---|---|
Line 6: | Line 6: | ||
The preferred way is to use git, with the command: | The preferred way is to use git, with the command: | ||
<code> | <code> | ||
- | git clone http://git.qenherkhopeshef.org/repositories/jsesh.git | + | git clone https://github.com/rosmord/jsesh.git |
</code> | </code> | ||
Line 13: | Line 13: | ||
* development: ongoing work for next version of JSesh | * development: ongoing work for next version of JSesh | ||
* jfx-test: some work to see how to adapt JSesh to Java FX. | * jfx-test: some work to see how to adapt JSesh to Java FX. | ||
- | |||
===== Compiling the code ===== | ===== Compiling the code ===== | ||
that's | that's | ||
Line 49: | Line 48: | ||
in order to simplify maven repositories management (I want to be able to easily remove all old versions of JSesh with a simple rm on my computer) | in order to simplify maven repositories management (I want to be able to easily remove all old versions of JSesh with a simple rm on my computer) | ||
- | If you want to *run* JSesh, the module is **jseshAppli**. An installer is built in **jsesh-installer**, and you will find it in *jsesh-installer/target/jsesh-installer-XXX-installer.jar*. | + | If you want to *run* JSesh, the module is **jseshAppli**. The latest version of jsesh-installer provides two folders, one for Mac and one for Windows, with almost ready distributions - the end of the production-building is currently manual, see README.md at the root of the JSesh project. |