The title is self-explanatory
I have upgrade my PC to window 10 and try to messing around with zdoom source code. When I try to configure it via CMake an error occur.
Configuring incomplete..
Not all library path appear in the list. If there is no possible solution. I have to downgrade my window. Just wondering if anyone know how.
How to Compile Zdoom Source Code in window 10
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49234
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: How to Compile Zdoom Source Code in window 10
What paths do not appear? Keep in mind that CMake may simply not find some stuff, in which case you have to manually enter the correct path.
Re: How to Compile Zdoom Source Code in window 10
Problem solve. I actually using the wrong generator. My bad
Only these entry appear when I press CMAKE. I believe more entry suppose to appear and yes some path need to create manually.

Only these entry appear when I press CMAKE. I believe more entry suppose to appear and yes some path need to create manually.

Spoiler: CmakeError.txt
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49234
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: How to Compile Zdoom Source Code in window 10
This looks like CMake doesn't find any compiler on your system. Do you have Visual Studio 2015 installed?
Re: How to Compile Zdoom Source Code in window 10
Yes it is installed but its missing cl.exe.
Just a note for myself and anyone using Visual Studio 2015 with window 10. To solve this, When you install Visual Studio 2015 make sure you tick "Universal Windows App Development Tools". This should install cl.exe and allow CMake to find it and generate it.
Just a note for myself and anyone using Visual Studio 2015 with window 10. To solve this, When you install Visual Studio 2015 make sure you tick "Universal Windows App Development Tools". This should install cl.exe and allow CMake to find it and generate it.
Re: How to Compile Zdoom Source Code in window 10
Thanks for the tip!Jitan wrote: Just a note for myself and anyone using Visual Studio 2015 with window 10. To solve this, When you install Visual Studio 2015 make sure you tick "Universal Windows App Development Tools". This should install cl.exe and allow CMake to find it and generate it.
Re: How to Compile Zdoom Source Code in window 10
if you did a normal install of vs 2015, then that's the problem, why? because by default vs doesn't come with any kind of c/c++ compiler (only c# by default)...
but you can modify at any moment and install it back
but you can modify at any moment and install it back