MActor Code
Status: Beta
Brought to you by:
lialm
1 2 3 4 5 6 7 8 9 | HOWTO build MActor: From the app folder, run "install-non-maven-jars.bat" / "install-non-maven-jars.sh", then run "mvn clean package assembly:assembly" HOWTO create the Wint32 setup executable: 1. Install NSIS (), and copy the files from the nsis_includes to the includes folder of your NSIS installation 2. Build mactor, and right click on the target/MActor-${version}-win32.dir/mactor.nsi file, and select Complie NSIS script 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.. ) |