Zum Inhalt springen

Kassomat: Unterschied zwischen den Versionen

M68k (Diskussion | Beiträge)
K added maven build / run snippets
M68k (Diskussion | Beiträge)
K code instead of pre
Zeile 18: Zeile 18:
** [https://github.com/sixtyeight/changeomatic Source]
** [https://github.com/sixtyeight/changeomatic Source]
** Written in Java, can be built (and run) with [https://maven.apache.org/ Maven]
** Written in Java, can be built (and run) with [https://maven.apache.org/ Maven]
*** build: <pre>mvn install</pre>
*** build: <code>mvn install</code>
*** run: <pre>mvn exec:java -Dexec.mainClass="at.metalab.changeomatic.ChangeomaticMain"</pre>
*** run: <code>mvn exec:java -Dexec.mainClass="at.metalab.changeomatic.ChangeomaticMain"</code>
** UI: Graphical Swing Frontend
** UI: Graphical Swing Frontend
** libs
** libs
Zeile 49: Zeile 49:
** [https://github.com/hettipeti/PayoutSimulator Source]
** [https://github.com/hettipeti/PayoutSimulator Source]
** Written in Java, can be built (and run) with [https://maven.apache.org/ Maven]
** Written in Java, can be built (and run) with [https://maven.apache.org/ Maven]
*** build: <pre>mvn install</pre>
*** build: <code>mvn install</code>
*** run: <pre>mvn exec:java -Dexec.mainClass="at.metalab.payoutsim.PayoutSimMain"</pre>
*** run: <code>mvn exec:java -Dexec.mainClass="at.metalab.payoutsim.PayoutSimMain"</code>
** TODO: cleanup directories, latest version in [https://github.com/hettipeti/PayoutSimulator/tree/master/PayoutSim_v3/PayoutSimulator this] folder for now
** TODO: cleanup directories, latest version in [https://github.com/hettipeti/PayoutSimulator/tree/master/PayoutSim_v3/PayoutSimulator this] folder for now
** TODO: remove JavaFX
** TODO: remove JavaFX