Skip to content

Build from sources

Ogefest edited this page Feb 18, 2021 · 2 revisions

If you don't want to use build binaries you can build Notepack from source by yourself.

Tools:

  • git
  • java14
  • gradle

Whole process was tested using ubuntu 18.10 with openjdk-14 installed:

  1. Download sources

git clone [email protected]:Ogefest/Notepack.git

  1. Change directory

cd Notepack

  1. Build binary

gradle jpackage -PinstallerType=deb

  1. Binary ready in build directory

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

Clone this wiki locally