diff options
author | Alexander Harkness <me@bearbin.net> | 2015-12-19 15:51:20 +0100 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2015-12-19 15:51:20 +0100 |
commit | f764df1a3aa2ce4fd5771d66974fe93c970f9e20 (patch) | |
tree | bdc9006f78ba8ae91e26213130d07e67124b044f /GETTING-STARTED.md | |
parent | Merge pull request #2774 from cuberite/worktycho-patch-1 (diff) | |
parent | Added HTTPS links wherever they are supported. (diff) | |
download | cuberite-f764df1a3aa2ce4fd5771d66974fe93c970f9e20.tar cuberite-f764df1a3aa2ce4fd5771d66974fe93c970f9e20.tar.gz cuberite-f764df1a3aa2ce4fd5771d66974fe93c970f9e20.tar.bz2 cuberite-f764df1a3aa2ce4fd5771d66974fe93c970f9e20.tar.lz cuberite-f764df1a3aa2ce4fd5771d66974fe93c970f9e20.tar.xz cuberite-f764df1a3aa2ce4fd5771d66974fe93c970f9e20.tar.zst cuberite-f764df1a3aa2ce4fd5771d66974fe93c970f9e20.zip |
Diffstat (limited to 'GETTING-STARTED.md')
-rw-r--r-- | GETTING-STARTED.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/GETTING-STARTED.md b/GETTING-STARTED.md index 6bc4b4e5e..fc777aed0 100644 --- a/GETTING-STARTED.md +++ b/GETTING-STARTED.md @@ -34,7 +34,7 @@ You'll need the basic C++ build tools: * gcc (or clang or another C compiler) * g++ (or clang++ or another C++ compiler) * make - + You'll also need CMake to generate the makefile to build from. **Windows:** @@ -101,10 +101,10 @@ Where to Get Started Issues that should be easy to get started with are tagged as [easy](https://github.com/cuberite/cuberite/issues?q=is%3Aopen+is%3Aissue+label%3Aeasy) in GitHub issues. Other good places to get started are: - * Cleaning up some of the compiler warnings. (Check [Travis CI](http://travis-ci.org/cuberite/cuberite) for a list of them.) With clang, there are over 10000 lines of warnings to clean up. + * Cleaning up some of the compiler warnings. (Check [Travis CI](https://travis-ci.org/cuberite/cuberite) for a list of them.) With clang, there are over 10000 lines of warnings to clean up. * Writing some plugins: They are written in lua, with excellent API documentation available via [APIDump](http://api-docs.cuberite.org). The [Core](https://github.com/cuberite/Core) plugin should also help quite a bit here. Special Things --------------------- * Make yourself familiar with the community. Visit the forums: http://forum.mc-server.org - * Ask questions as much as you like, we're here to help :smiley: + * Ask questions as much as you like, we're here to help :smiley: |