Floreant POS – Development 1

Floreant POS

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
  • 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:

Was this artical helpful?