X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=README.md;h=b4ce03e1416250acc1adab6061a0c618c3bcd6b2;hp=6b5ecb978d7091b1dd6348c328f9b3c7fc42caac;hb=f02aede58fe2b44b1eba101a09bdef4c99222d32;hpb=819ea19a0017f7af07baf3e65824d81379818d7b diff --git a/README.md b/README.md index 6b5ecb97..b4ce03e1 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Developed by LadyHavoc. See CREDITS.md for a list of contributors. ## Help/support -### IRC: +### IRC #darkplaces on irc.anynet.org -### Discord: -https://discord.gg/ZHT9QeW +### [Matrix](https://matrix.org/docs/guides/introduction) +Space: [#darkplaces:matrix.org](https://matrix.to/#/#darkplaces:matrix.org) ## Build instructions (WIP) @@ -35,9 +35,22 @@ pacman -S --needed gcc make mingw-w64-x86_64-{toolchain,libjpeg-turbo,libpng,lib 3. See [Unix instructions](#unix-(general)). +### macOS +1. Open a terminal and input `xcode-select --install` +2. Install [Homebrew](https://brew.sh) +3. In the same (or a different terminal), input the following command: + +``` +brew install sdl2 libjpeg-turbo libpng libvorbis curl +``` + +4. See [Unix instructions](#unix-(general)). + ### Unix (General) -In the engine's root directory, run `make`. See `make help` for options. +From a terminal, in the engine's root directory, input `make`. On macOS, input `make` with a target such as `make sdl-release`. + +Input `make help` for options. ### Windows (Visual Studio) @@ -46,4 +59,3 @@ Instructions coming soon. ## Documentation Doxygen: https://xonotic.org/doxygen/darkplaces -