MActor Code
Status: Beta
Brought to you by:
lialm
1 2 3 4 5 6 7 8 9 10 | HOWTO build MActor: From the app folder, run "install-non-maven-jars.bat" / "install-non-maven-jars.sh", then run "mvn install" HOWTO build the MActor site: Build MActor then run "mvn site" twice (the first creates a apt files for the second run. yes, it would be nice with a more elegant solution.. ) HOWTO create a windows executable setup: Download and install NSIS (http://nsis.sourceforge.net/Main_Page) Copy files from the mswin/nsis_additions folder to you NSIS installation folder Modify the version number in mactor.nsi. Run NSIS on mactor.nsi |