Skip to content

Development_ Build installer

MoritakaSoma edited this page Nov 11, 2016 · 3 revisions

English/日本語


How to

  • Execute mvn package and mvn install in the project's root.
  • Execute make.sh or make.bat in <SOURCE_PATH>/setup/installer.
  • The script compiles all the stuffs including the files you are developing.
    • For the production environment installer, the files under development can be excluded.
    • To do so, you should add the argument "-p" like sh make.sh -p .
  • After the script is finished, install.jar will be generated in the same folder.
Clone this wiki locally