Forums » General Questions » Compiling SM 5 on Windows

1
Hello guys, someone know about a Guide or something, like Kyzetun did for Linux, I want to compile in SM in Windows, but i dont know if i can use the same src i have used to compile it in Linux, if the src's code are different or something, where can i get the src code for Windows and, How can i compile it, i know i need Visual Studio, but i really dont know the steps for compile it on Win, can Someone Help me? Thanks!
Reply
The source code on GitHub should compile on Windows, Linux, and Mac.

You'll need CMake in order to generate the Visual Studio build files. I can't give much other advice since I haven't tried compiling the project in months at this stage.
Reply
And do you remember a litle bit how do you use Cmake for Build the files, and how do u use the Visual Studio project files?
Reply
Here's the short guide.

* Download the June 2010 DirectX SDK. https://www.microsoft.com/en-us/download/details.aspx?id=6812
* Download CMake. https:://www.cmake.org
* Download Visual Studio 2013/2015. https://www.visualstudio.com/en-us/visual-studio-homepage-vs.aspx
* Clone our repo. https://github.com/stepmania/stepmania/

That should be enough.
Reply