Packages for various platforms can be found on:
Requirements:
- Git
- Java JDK 8+
- Make
Extra build requirements for Linux packages:
- deb-dpkg
- makeself
Extra build requirements for Windows packages:
- nsis
On Debian/Ubuntu, you may install all requirements except with:
$ sudo apt-get install git default-jdk-headless make makeself nsis
To build Hyperbox binaries with client, server and all supported VirtualBox modules:
make all
Output files can be found in ./build/distribution/
You can then follow the regular instructions in the user manual.