Packing Steps of MyBox
For Windows
On Windows:
- Make sure required jdk and maven installed.
- Download source codes of MyBox.
- Unpack it under a path which your account can read and write.
- Modify file "MyBox/pack/win/make-win-exe.bat" and set parameter JAVA_HOME as jdk in your env.
- Double-click to execute the script "MyBox/pack/win/make-win-exe.bat".
- Generated launcher is "MyBox/pack/win/app/MyBox/MyBox.exe".
For Linux
On Linux:
- Make sure required jdk and maven installed.
- Unpack it under a path which your account can read and write.
- Modify file "MyBox/pack/linux/make-linux-bin.sh" and set parameter JAVA_HOME as jdk in your env.
- Open a command terminal window, and enter the path of source codes of MyBox: "cd MyBox/pack/linux/"
- Execute: "chmod 755 make-linux-bin.sh"
- Execute: "./make-linux-bin.sh"
- Generated launcher is "MyBox/pack/linux/app/MyBox/bin/MyBox".
For Mac
On Mac:
- Make sure required jdk and maven installed.
- Download source codes of MyBox.
- Unpack it under a path which your account can read and write.
- Modify file "MyBox/pack/mac/make-mac-dmg.sh" and set parameter JAVA_HOME as jdk in your env.
- Open a command terminal window, and enter the path of source codes of MyBox: "cd MyBox/pack/mac/"
- Execute: "chmod 755 make-mac-dmg.sh"
- Execute: "./make-mac-dmg.sh"
- Generated launcher is "MyBox/pack/mac/app/MyBox-$version.dmg".
- If information "libjansi.jnilib not trusted" popped while making, permit maven download in "System Preferences - Security & Privacy - General".