This repository was archived by the owner on Jan 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 376
build yourself
vran edited this page Apr 4, 2021
·
4 revisions
- Java11+
- Gradle
-
Clone PrettyZoo to your local
git clone https://github.com/vran-dev/PrettyZoo.git
-
Import by Intellij IDEA
File -> New -> Project

-
Enable annotation processor in Intellij IDEA settings
Build,Execution,Deployment -> Compiler -> Annotation Processors

-
Change build and run tool to gradle
Build,Execution,Deployment -> Build Tools -> Gradle

Use Gradle task application/run to start PrettyZoo

If you prefer command operation, you can use follow command to run
./gradlew app:runYou can build executable software by gradle task

or command
./gradlew app:jpackage-
If you are in Windows, The package type is MSI
-
If you are in OSX, The package type is dmg
-
If you are in Linux, The package type is dep & rpm
and packages are placed in directory {PrettyZoo}/app/build/jpackage