Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obsidian-client/obsidian-client-installer
The official installer for the free and open source Obsidian Client, written in Java using the JavaFX library for the GUI.
https://github.com/obsidian-client/obsidian-client-installer
gpl3 gplv3 gradle java minecraft obsidian-client obsidianclient
Last synced: 3 days ago
JSON representation
The official installer for the free and open source Obsidian Client, written in Java using the JavaFX library for the GUI.
- Host: GitHub
- URL: https://github.com/obsidian-client/obsidian-client-installer
- Owner: obsidian-client
- License: other
- Created: 2022-04-20T14:53:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-22T15:04:23.000Z (over 2 years ago)
- Last Synced: 2025-01-25T19:31:22.898Z (11 days ago)
- Topics: gpl3, gplv3, gradle, java, minecraft, obsidian-client, obsidianclient
- Language: Java
- Homepage: https://www.obsidian-client.com
- Size: 243 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Obsidian Client Installer
The official installer for the free and open source Obsidian Client,
written in Java using the JavaFX library for the GUI.## Build & Run
To build the installer, you just need to have a Java 17 JDK installed,
then you can simply run `./gradlew make`.This will build 3 native binaries (Linux x64, macOS x64 and Windows x64),
containing the Java application and a minimal JRE.You will find the created binaries in `build/make/`.
If you only want to run the installer,
you can also simply run `./gradlew run`.All commands will automatically download the dependencies for you.
## Setup Development Environment
### IntelliJ Idea
IntelliJ Idea supports Gradle out of the box, you can just import/open the `build.gradle` file.### Eclipse
Eclipse doesn't support Gradle out of the box, so you have to download the official Gradle plugin first:
.
Then you just have to open the `build.gradle` file.## Contributing
If you want to help to improve the Obsidian Client project,
please consider improving the main project rather than just the installer.
See for more details.