瀏覽代碼

[libgdx] Update README.md with instructions on how to build SkeletonViewer.

Mario Zechner 3 年之前
父節點
當前提交
4795f1a133
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      spine-libgdx/README.md

+ 9 - 0
spine-libgdx/README.md

@@ -83,3 +83,12 @@ project(":core") {
 Clone this repository and load the `spine-libgdx/build.gradle` file with IntelliJ IDEA or Eclipse. Alterantively, you can run `./gradlew eclipse` on the command line to generate Eclipse projects without having to use the Gradle build.
 Clone this repository and load the `spine-libgdx/build.gradle` file with IntelliJ IDEA or Eclipse. Alterantively, you can run `./gradlew eclipse` on the command line to generate Eclipse projects without having to use the Gradle build.
 
 
 The `spine-libgdx-tests` project has various examples you can inspect and run.
 The `spine-libgdx-tests` project has various examples you can inspect and run.
+
+## Building SkeletonViewer
+To build SkeletonViewer, run:
+
+```
+./gradlew spine-libgdx:jar spine-skeletonviewer.jar
+```
+
+You can then find an uber-jar of SkeletonViewer in `spine-skeletonviewer/build/libs/spine-skeletonviewer.jar`. You can run it via `java -jar spine-skeletonviewer.jar` or double clicking it in the file explorer.