Skip to content

Commit 89e39e7

Browse files
authored
Update README.md
1 parent a253b50 commit 89e39e7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,17 @@ dependencies {
194194
```
195195
</details>
196196

197-
You can download imgui-java manually from the [release page](https://github.com/SpaiR/imgui-java/releases/latest). For the natives to work you'll need to provide a VM option: `imgui.library.path` or `java.library.path`. It should point to the folder where you've placed downloaded binaries.
197+
<details>
198+
<summary><b>With Raw Jars</b></summary>
199+
200+
- Go to the [release page](https://github.com/SpaiR/imgui-java/releases/latest)
201+
- Download `binding-${version}.jar`, `lwjgl3-${version}.jar` and `imgui-java-natives.jar`
202+
- The last one contains native libs for all OSs.
203+
- Add them to your classpath and you are ready to go!
204+
</details>
205+
206+
Important!<br>
207+
If you're using native libs in a direct way (without adding to classpath), you'll need to provide a VM option: `imgui.library.path` or `java.library.path`. It should point to the folder where you've placed downloaded binaries.
198208

199209
**You are ready to use imgui-java binding!**
200210

0 commit comments

Comments
 (0)