Search found 2 matches

by Tee 3D
Tue Aug 28, 2018 8:47 pm
Forum: Tutorials
Topic: How to download and compile DDNet on Windows
Replies: 22
Views: 28890

Re: How to download and compile DDNet on Windows

One year later.. heinrich5991, maybe you append your tutorial with optional mysql compiling part, because in Linux it's pretty easy and working without problem, but i try help my friend build it on windows and failed in this. First, in visual studio i find just one way to set flags -> CMakeSettings....
by Tee 3D
Sat Feb 03, 2018 1:11 pm
Forum: Tutorials
Topic: How to download and compile DDNet on Windows
Replies: 22
Views: 28890

Re: How to download and compile DDNet on Windows

IMPORTANT INFO: If you don't see a drop-down list, like in step 25, you must remove three lines from .gitignore file - "*", "!**/" and "!*.*". Also recommend remove "*.dll" line. After this, just resave (Ctrl+S) CMakeLists.txt in VS, cmake must start automatic...