From cf55140fdbccfcc368adf34f7c5751235d747d14 Mon Sep 17 00:00:00 2001 From: TimePath Date: Sat, 29 Jul 2017 20:59:55 +1000 Subject: [PATCH] Update README --- README.md | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index f43a8b26..9a5bcfed 100644 --- a/README.md +++ b/README.md @@ -27,36 +27,21 @@ See also https://gitlab.com/xonotic/netradiant/ for a source browser, issues and * GtkGLExt * LibJpeg * LibPng + * Minizip * ZLib -# Compiling - -This project uses the usual CMake workflow: - -`cmake -H. -Bbuild && cmake --build build -- -j$(nproc)` - -## linux - -``` -cmake -H. -Bbuild -G "Unix Makefiles" -``` - ## msys2 -`pacman -S --needed base-devel` - ### 32 bit: ``` -pacman -S --needed mingw-w64-i686-{toolchain,cmake,gtk2,gtkglext} -cmake -H. -Bbuild -G "MSYS Makefiles" -DGTK2_GLIBCONFIG_INCLUDE_DIR=/mingw32/lib/glib-2.0/include -DGTK2_GDKCONFIG_INCLUDE_DIR=/mingw32/lib/gtk-2.0/include +pacman -S --needed base-devel mingw-w64-i686-{toolchain,cmake,make,gtk2,gtkglext} ``` ### 64 bit: ``` -pacman -S mingw-w64-x86_64-{toolchain,cmake,gtk2,gtkglext} -cmake -H. -Bbuild -G "MSYS Makefiles" -DGTK2_GLIBCONFIG_INCLUDE_DIR=/mingw64/lib/glib-2.0/include -DGTK2_GDKCONFIG_INCLUDE_DIR=/mingw64/lib/gtk-2.0/include +pacman -S --needed base-devel mingw-w64-x86_64-{toolchain,cmake,make,gtk2,gtkglext} ``` ## OS X: @@ -67,8 +52,13 @@ brew install Caskroom/cask/xquartz brew link --force gettext ``` -More Compilation Details ------------------------- +# Compiling + +This project uses the usual CMake workflow: + +`cmake -G "Unix Makefiles" -H . -B build && cmake --build build -- -j$(nproc)` + +## More Compilation Details options: * `DOWNLOAD_GAMEPACKS=ON` -- 2.39.2