]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
readme: update target related help 139/head
authorThomas Debesse <dev@illwieckz.net>
Fri, 5 Jul 2019 22:55:35 +0000 (00:55 +0200)
committerThomas Debesse <dev@illwieckz.net>
Sat, 13 Jul 2019 18:04:43 +0000 (20:04 +0200)
README.md

index 8aa17a4288141efa61ba1e9cbe4fa609dd169a54..2ad0c37905ca0f0086f28e88ed77894788b804f2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ To fetch default game packages you'll need Git and to fetch some optional ones y
 
 Under MSYS2, the mingw shell must be used.
 
-If you use MSYS2 over SSH, add `mingw64` to the path this way (given you compile for 64 bit windows): 
+If you use MSYS2 over SSH, add `mingw64` to the path this way (given you compile for 64 bit Windows): 
 
 ```
 export PATH="/mingw64/bin:${PATH}"`
@@ -126,9 +126,14 @@ targets:
 * `radiant`    Compiles the radiant core binary
 * `modules`    Compiles all modules (each module has its own target as well)
 * `plugins`    Compiles all plugins (each plugin has its own target as well)
-* `quake3`     Compiles all the Quake3 tools
-  - `q3map2`   Compiles the quake3 map compiler
-  - `q3data`   Compiles the q3data tool
+* `tools`      Compiles all tools (each tool has its own target as well)
+  - `quake2`   Compiles all the Quake2 tools: `q2map`, `qdata3`
+  - `heretic2` Compiles all the Heretic2 tools: `q2map`, `h2data`
+  - `quake3`   Compiles all the Quake3 tools:
+     * `q3map2` Compiles the quake3 map compiler
+     * `q3data` Compiles the q3data tool
+
+Type `make help` to get an exhaustive list of targets.
 
 ### Download details