]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
readme: update
authorThomas Debesse <dev@illwieckz.net>
Sun, 5 Apr 2020 03:57:55 +0000 (05:57 +0200)
committerThomas Debesse <dev@illwieckz.net>
Sun, 5 Apr 2020 03:59:19 +0000 (05:59 +0200)
README.md

index 768fe9590949a6c1d4616037f33c488bdb072b23..6b31e227a86194b6a9e76f5cc80e74803e46ef3c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ Explicitely use `mingw-w64-x86_64-` or `mingw-w64-i686-` prefix instead of `ming
 ### macOS:
 
 ```sh
-brew install cmake gtkglext pkgconfig minizip webp coreutils gnu-sed
+brew install cmake gtkglext pkgconfig minizip webp coreutils gnu-sed wget
 brew link --force gettext
 ```
 
@@ -212,7 +212,7 @@ Run `./gamepacks-manager -h` to know about available licenses and other availabl
 Options:
 
 * `BUNDLE_LIBRARIES=ON`  
-  Bundle libraries, only MSYS2 is supported at this time (default: `OFF`);
+  Bundle libraries, only MSYS2 and Linux are supported at this time (default: `OFF`);
 * `FHS_INSTALL=ON` (available on POSIX systems)  
   Install files following the Filesystem Hierarchy Standard (`bin`, `lib`, `share`, etc.)  
   Also setup XDG mime and application support on Linux-like systems (default: `OFF`, install like in 1999);