#what am I supposed to do with the windows cmake source?

27 messages · Page 1 of 1 (latest)

lucid mortar
#

sincere question from a beginner, what am I supposed to do with the windows cmake source?
use cmake to compile it?

severe tuskBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

#

@lucid mortar

Screenshots!

Your message appears to contain screenshots but no code. Please send code and error messages in text instead of screenshots if applicable!

astral drum
#

Compile it if you so desire

#

But you can just use the installer

rotund python
lucid mortar
rotund python
#

get cmake xD

lucid mortar
#

not really, just curious about this

rotund python
#

seriously propably just get cmake to compile cmake

astral drum
#

duh

rotund python
lucid mortar
#

so people need a binary at the start

rotund python
#

at this point yes propably

astral drum
rotund python
#

you need an initial version

#

it's like profilers profiling themself to become better

astral drum
#

I mean technically cmake is a compiler wrapper so one also could just use the compiler with 10 lines of arguments

rotund python
#

yeah, propably what was done at first

lucid mortar
#

btw why do so many places only provide source instead of providing binary files to me?

rotund python
#

sourcefiles can be compiled to "any" architecture

#

it also depends on if it's something thats intended to be included in your projects and linked against or simply run

astral drum
#

Usually Windows is compiled because it's the most used OS unfortunately