diff options
author | Safwat Halaby <SafwatHalaby@users.noreply.github.com> | 2015-11-27 22:11:56 +0100 |
---|---|---|
committer | Safwat Halaby <SafwatHalaby@users.noreply.github.com> | 2015-12-03 22:48:41 +0100 |
commit | 33729ec084d2cfd90b9c3b18c542ed5d659b4492 (patch) | |
tree | dfc0246e03954cb9b339dbb581e08dd2c4df1335 /README.md | |
parent | Merge pull request #2704 from Gargaj/patch-1 (diff) | |
download | cuberite-33729ec084d2cfd90b9c3b18c542ed5d659b4492.tar cuberite-33729ec084d2cfd90b9c3b18c542ed5d659b4492.tar.gz cuberite-33729ec084d2cfd90b9c3b18c542ed5d659b4492.tar.bz2 cuberite-33729ec084d2cfd90b9c3b18c542ed5d659b4492.tar.lz cuberite-33729ec084d2cfd90b9c3b18c542ed5d659b4492.tar.xz cuberite-33729ec084d2cfd90b9c3b18c542ed5d659b4492.tar.zst cuberite-33729ec084d2cfd90b9c3b18c542ed5d659b4492.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,9 +26,9 @@ This Linux script will download the correct binary from the project site. #### Compiling - You can compile automatically for Linux with the `compile.sh` script. The script is described below. - - You can also compile manually. + - You can also compile manually. See [COMPILING.md](https://github.com/cuberite/cuberite/blob/master/COMPILING.md). -Compiling may provide better performance performance (1.5-3x as fast) and it supports more operating systems. See the [COMPILING.md](https://github.com/cuberite/cuberite/blob/master/COMPILING.md) file for more details. +Compiling may provide better performance performance (1.5-3x as fast) and it supports more operating systems. ##### The compile.sh script This script downloads the source code and compiles it. The script is smart enough to notify you of missing dependencies and instructing you on how to install them. The script doesn't work for Windows. |