Cuberite Forum

Full Version: .sln datas?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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/bl...MPILING.md