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 378
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
project-import-setting
-
Enable annotation processor in Intellij IDEA settings
Build,Execution,Deployment -> Compiler -> Annotation Processors
annotation-processor-setting
-
Change build and run tool to gradle
Build,Execution,Deployment -> Build Tools -> Gradle
build-tool-setting
Use Gradle task application/run to start PrettyZoo
img
If you prefer command operation, you can use follow command to run
./gradlew app:run
You can build executable software by gradle task
img/jpackage
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