From 12f564a61e1191ed6ac8d2575eeeca001df5be88 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sat, 6 Jul 2019 00:55:35 +0200 Subject: [PATCH] readme: update target related help --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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 -- 2.39.2