Build from sources - Ogefest/Notepack GitHub Wiki
If you don't want to use build binaries you can build Notepack from source by yourself.
Tools:
gitjava14gradle
Whole process was tested using ubuntu 18.10 with openjdk-14 installed:
- Download sources
git clone [email protected]:Ogefest/Notepack.git
- Change directory
cd Notepack
- Build binary
gradle jpackage -PinstallerType=deb
- Binary ready in
builddirectory
Other platforms
If you want to build binary for other platform you can check Github workflows there are some examples used to build other binaries https://github.com/Ogefest/Notepack/blob/master/.github/workflows/gradle.yml