Download source code
You can either download the full source code as a tarball from here
Or use subversion client to obtain full source code.
- svn checkout svn://svn.code.sf.net/p/floreantpos/code/trunk floreantpos-code
Setup Maven & Compile
- Get sure you have installed JDK latest version.
- Follow the famous 5 minutes maven tutorial and install maven
- go to the floreantpos-code folder and from the command line type mvn clean
mvn package - It will rebuild the whole package. You should find the compiled jar file in target/floreantpos-bin/floreantpos folder
Prerequisites:
- Decide if you want to develop with 64-bit or 32-bit tools. Make sure you download all of one type. Try 64-bit if unsure.
- Make sure you have a Java Runtime Environment (JRE)
- Make sure you have a Java SE Development Kit (JDK)