11-01-2014, 07:06 AM
There is no VS project file. You need to generate it first, using the CMake program (this allows us to use a single project file for Windows, Linux, OS X and others). Have a look at the Compiling file: https://github.com/mc-server/MCServer/bl...MPILING.md
Also note that if you downloaded the sources as a ZIP file from GitHub, you need to download additional source file ZIPs and unpack them to proper folders before using cmake:
Into lib\SQLiteCpp: https://github.com/mc-server/SQLiteCpp
Into lib\polarssl: https://github.com/mc-server/polarssl
Also note that if you downloaded the sources as a ZIP file from GitHub, you need to download additional source file ZIPs and unpack them to proper folders before using cmake:
Into lib\SQLiteCpp: https://github.com/mc-server/SQLiteCpp
Into lib\polarssl: https://github.com/mc-server/polarssl