HowToBuildMarauroa: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Brucelei |
imported>MiguelAngelBlanchLardin |
||
| Line 5: | Line 5: | ||
* Java SDK 1.5<br>http://java.sun.com |
* Java SDK 1.5<br>http://java.sun.com |
||
* Ant 1.6<br>http://ant.apache.org |
* Ant 1.6<br>http://ant.apache.org |
||
| ⚫ | |||
In order to get it working with MySQL you will also need at runtime: |
In order to get it working with MySQL you will also need at runtime: |
||
| ⚫ | |||
* MySQL Connector/J<br>http://www.mysql.com/downloads/api-jdbc-stable.html |
* MySQL Connector/J<br>http://www.mysql.com/downloads/api-jdbc-stable.html |
||
Optionally: |
Optionally: |
||
* JUnit 1. |
* JUnit 1.4<br>http://junit.sourceforge.net |
||
* Jython 2.1<br>http://www.jython.org/download.html |
* Jython 2.1<br>http://www.jython.org/download.html |
||
You have all the dependencies inside source code file as compiled binary libraries. |
|||
You can use these or download the versions from the webpages above. |
|||
= Build= |
= Build= |
||