How to Compile Zdoom Source Code in window 10

Archive of the old editing forum
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.
Locked
Jitan
Posts: 44
Joined: Tue Oct 04, 2011 6:32 am

How to Compile Zdoom Source Code in window 10

Post by Jitan »

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.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
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

Post by Graf Zahl »

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.
Jitan
Posts: 44
Joined: Tue Oct 04, 2011 6:32 am

Re: How to Compile Zdoom Source Code in window 10

Post by Jitan »

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.

Image
Spoiler: CmakeError.txt
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
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

Post by Graf Zahl »

This looks like CMake doesn't find any compiler on your system. Do you have Visual Studio 2015 installed?
Jitan
Posts: 44
Joined: Tue Oct 04, 2011 6:32 am

Re: How to Compile Zdoom Source Code in window 10

Post by Jitan »

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.
User avatar
Nash
 
 
Posts: 17501
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: How to Compile Zdoom Source Code in window 10

Post by Nash »

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.
Thanks for the tip!
User avatar
ibm5155
Posts: 1268
Joined: Wed Jul 20, 2011 4:24 pm
Contact:

Re: How to Compile Zdoom Source Code in window 10

Post by ibm5155 »

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
Locked

Return to “Editing (Archive)”