diff options
author | Bond-009 <Bond-009@users.noreply.github.com> | 2017-02-28 14:07:24 +0100 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2017-02-28 14:07:24 +0100 |
commit | 83fa6cb851536839ebd85b1e91fda928f47eb674 (patch) | |
tree | a03807e1aef6599c802d27c55a58c1570cc0f8df /GETTING-STARTED.md | |
parent | Added files to packaged Windows builds (#3590) (diff) | |
download | cuberite-83fa6cb851536839ebd85b1e91fda928f47eb674.tar cuberite-83fa6cb851536839ebd85b1e91fda928f47eb674.tar.gz cuberite-83fa6cb851536839ebd85b1e91fda928f47eb674.tar.bz2 cuberite-83fa6cb851536839ebd85b1e91fda928f47eb674.tar.lz cuberite-83fa6cb851536839ebd85b1e91fda928f47eb674.tar.xz cuberite-83fa6cb851536839ebd85b1e91fda928f47eb674.tar.zst cuberite-83fa6cb851536839ebd85b1e91fda928f47eb674.zip |
Diffstat (limited to 'GETTING-STARTED.md')
-rw-r--r-- | GETTING-STARTED.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GETTING-STARTED.md b/GETTING-STARTED.md index 0943fa671..a3692e6f8 100644 --- a/GETTING-STARTED.md +++ b/GETTING-STARTED.md @@ -32,7 +32,7 @@ Setting up a Dev Environment Requirements ------------ -**Linux/BSD/Solaris/OSX:** +**Linux/BSD/Solaris/macOS:** You'll need the basic C++ build tools: @@ -82,7 +82,7 @@ Note that there is a script file, $/src/CheckBasicStyle.lua, that can check some How to Build ------------------ -**Linux/BSD/Solaris/OSX:** +**Linux/BSD/Solaris/macOS:** Follow the instructions in [COMPILING.md](https://github.com/cuberite/cuberite/blob/master/COMPILING.md). You probably want to build in debug mode (when you're developing) for console alerts and debugging capability, even though it's much slower for everyday use. |