Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.31 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.31 KB

The following description works with an installed OracleJDK 8-10. There is the javapackager included. In OpenJDK 13 will be the jpackager included.

Windows-Build

  1. Download and install Inno-Setup 5 (Currently 6 is not working)
  2. Get the latest phobox.jar build
  3. Put all in one directory and run windows-build.bat
  4. Enjoy the installer in dist/bundle/phobox.exe

Debian/Ubuntu-Build

  1. Install fakeroot
    • sudo apt-get install fakeroot
  2. Get the latest phobox.jar build
  3. Put all in one directory and run linux-build.sh
  4. Enjoy the installer in dist/bundle/phobox.deb

MacOS-Build

TODO

Docker

  1. Install docker. Follow this instructions for your OS
  2. git clone https://github.com/phoboxhq/phobox-packaging.git
  3. cd phobox-package/docker
  4. bash make-image.sh

Resources