X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=README.md;h=b6874154a432ec4252dafaf8f357f7aec8eab620;hb=4699a6b2000292588c402541841794b78bed1aad;hp=3b5fd112a7cf903925b9fcf3222f0eb61c27d4ba;hpb=33c2ac317fb28958134c26a247c239cb4961e49b;p=xonotic%2Fnetradiant.git diff --git a/README.md b/README.md index 3b5fd112..b6874154 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ If you plan to build a bundle, you also need to install `patchelf` Note: some dependencies of gtk+ seems to only be pulled with gtk+3, gtkglext seems to require libffi. ```sh -brew install cmake glib libffi gtk+ gtk+3 pkgconfig minizip webp coreutils gnu-sed wget sassc +brew install cmake glib gobject-introspection libffi gtk+ gtk+3 gtk-doc pkgconfig minizip webp coreutils gnu-sed wget sassc brew link --force gettext ``` @@ -205,8 +205,6 @@ Options: Do not build NetRadiant (default: `ON`, build netradiant graphical editor); * `BUILD_TOOLS=OFF` Do not build q3map2 and other tools (default: `ON`, build command line tools); -* `BUILD_DAEMONMAP=OFF` - Do not build daemonmap tool (default: `ON` if submodule is there, buils daemonmap navigation mesh generator); * `BUILD_CRUNCH=OFF` Disable crunch support (default: `ON` if submodule is there, enable crunch support); * `RADIANT_ABOUTMSG="Custom build by $(whoami)"` @@ -224,8 +222,6 @@ Targets: * `quake3` Compile all the Quake 3 tools: - `q3map2` Compile the Quake 3 map compiler; - `q3data` Compile the q3data tool; - * `unvanquished` Compile all the Unvanquished tools: `daemonmap`, `q3map3`, `q4data`; - - `daemonmap` Compile the daemonmap navigation mesh generator. Type `make help` to get an exhaustive list of targets.