diff options
author | Bond-009 <bond.009@outlook.com> | 2017-08-17 16:25:53 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2017-08-17 16:25:53 +0200 |
commit | 238f5bb3389036e919e427510f8fc8f1825c13e5 (patch) | |
tree | 6298f83c7d563496e44caa02fc2704ee7c7f9804 /README.md | |
parent | Changed int parameters to vector parameters in cCuboid and simulators (#3874) (diff) | |
download | cuberite-238f5bb3389036e919e427510f8fc8f1825c13e5.tar cuberite-238f5bb3389036e919e427510f8fc8f1825c13e5.tar.gz cuberite-238f5bb3389036e919e427510f8fc8f1825c13e5.tar.bz2 cuberite-238f5bb3389036e919e427510f8fc8f1825c13e5.tar.lz cuberite-238f5bb3389036e919e427510f8fc8f1825c13e5.tar.xz cuberite-238f5bb3389036e919e427510f8fc8f1825c13e5.tar.zst cuberite-238f5bb3389036e919e427510f8fc8f1825c13e5.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -5,7 +5,7 @@ Cuberite is a Minecraft-compatible multiplayer game server that is written in C+ Cuberite can run on Windows, *nix and Android operating systems. This includes Android phones and tablets as well as Raspberry Pis. -We currently support Release 1.8 - 1.12 Minecraft protocol versions. +We currently support Release 1.8 - 1.12.1 Minecraft protocol versions. Subscribe to [the newsletter](https://cuberite.org/news/#subscribe) for important updates and project news. @@ -15,18 +15,21 @@ Installation There are several ways to obtain Cuberite. #### Binaries - - The easiest method is downloading for Windows or Linux from the [Project site](https://cuberite.org/). - - You can use the EasyInstall script for Linux and macOS, which automatically downloads the correct binary. The script is described below. - - You can also obtain a binary from the [buildserver archive](https://builds.cuberite.org/). + +- The easiest method is downloading for Windows or Linux from the [Project site](https://cuberite.org/). +- You can use the EasyInstall script for Linux and macOS, which automatically downloads the correct binary. The script is described below. +- You can also obtain a binary from the [buildserver archive](https://builds.cuberite.org/). ##### The EasyInstall script + This script will download the correct binary from the project site. curl -sSfL https://download.cuberite.org | sh #### Compiling - - You can compile automatically for Linux / *nix with the `compile.sh` script. The script is described below. - - You can also compile manually. See [COMPILING.md](https://github.com/cuberite/cuberite/blob/master/COMPILING.md). + +- You can compile automatically for Linux / *nix with the `compile.sh` script. The script is described below. +- You can also compile manually. See [COMPILING.md](https://github.com/cuberite/cuberite/blob/master/COMPILING.md). Compiling may provide better performance (1.5-3x as fast) and it supports more operating systems. @@ -36,7 +39,8 @@ This script downloads the source code and compiles it. The script is smart enoug sh -c "$(wget -O - https://compile.cuberite.org)" #### Hosted services - - Hosted Cuberite is available via [Gamocosm](https://gamocosm.com/). + +- Hosted Cuberite is available via [Gamocosm](https://gamocosm.com/). Contributing ------------ |