From: Thomas Debesse Date: Fri, 5 Jul 2019 22:55:35 +0000 (+0200) Subject: readme: update target related help X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=refs%2Fmerge-requests%2F139%2Fhead;p=xonotic%2Fnetradiant.git readme: update target related help --- diff --git a/README.md b/README.md index 8aa17a42..2ad0c379 100644 --- 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