|
@@ -6,7 +6,7 @@
|
|
|
|
|
|
== Foreword
|
|
|
|
|
|
-Please understand that this tutorial gives you access to the latest development release of the engine. Whilst many developers use this release to work with, it is by definition still being developed. Expect bleeding edge implementations to need work. If you don’t want that kind of hassle, please use the <<jme3/maven#,stable releases>>.
|
|
|
+Please understand that this tutorial gives you access to the latest development release of the engine. Whilst many developers use this release to work with, it is by definition still being developed. Expect bleeding edge implementations to need work. If you don’t want that kind of hassle, please use the xref:getting-started/maven.adoc[stable releases].
|
|
|
|
|
|
|
|
|
== Build jMonkeyEngine from Github source.
|
|
@@ -86,11 +86,9 @@ dependencies {
|
|
|
}
|
|
|
----
|
|
|
|
|
|
-//For a detailed description of the created jar files see <<jme3/jme3_source_structure#structure_of_jmonkeyengine3_jars,this list>>.
|
|
|
-
|
|
|
-'''
|
|
|
+include::partial$source-structure-link.adoc[]
|
|
|
|
|
|
Learn more about:
|
|
|
|
|
|
-* <<jme3/simpleapplication_from_the_commandline#,Setting up JME3 on the commandline (generic)>>.
|
|
|
-* <<jme3/build_jme3_sources_with_netbeans#,Building JME3 from the sources with NetBeans>>
|
|
|
+* xref:getting-started/simpleapplication_from_the_commandline.adoc[Setting up JME3 on the commandline (generic)].
|
|
|
+* xref:getting-started/build_jme3_sources_with_netbeans.adoc[Building JME3 from the sources with NetBeans]
|