Cuberite Forum
.sln datas? - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: .sln datas? (/thread-1678.html)



.sln datas? - Crynex - 12-15-2014

Hey, im here new and im too new in c++

My question is from where i get .sln data to start the MCServer Project or i must make a own Project?


RE: .sln datas? - xoft - 12-15-2014

Hello, welcome to the forum.

In order to compile the server from source, you need to first use CMake to generate project files. (This allows us to be platform-independent - cmake can generate project files for VisualStudio, as well as XCode, Eclipse and Linux makefiles)

Read the COMPILING.md file inside the repository, that should give you enough information. Feel free to ask any additional questions, we'd love to hear feedback, especially if you have suggestions to make the instructions clearer.
https://github.com/mc-server/MCServer/blob/master/COMPILING.md