X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=README.md;h=2ad0c37905ca0f0086f28e88ed77894788b804f2;hp=8aa17a4288141efa61ba1e9cbe4fa609dd169a54;hb=12f564a61e1191ed6ac8d2575eeeca001df5be88;hpb=7962186b3f0f9089370dacf832995c3e417b259d 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