-
Notifications
You must be signed in to change notification settings - Fork 17
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.
git
java14
gradle
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
build
directory
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