[go: up one dir, main page]

Menu

[r11]: / readme.txt  Maximize  Restore  History

Download this file

10 lines (7 with data), 614 Bytes

 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.. )