#what am I supposed to do with the windows cmake source?
27 messages · Page 1 of 1 (latest)
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
Your message appears to contain screenshots but no code. Please send code and error messages in text instead of screenshots if applicable!
I mean, do you need the source?
but if I dont have cmake how to compile it with cmake?
get cmake xD
not really, just curious about this
seriously propably just get cmake to compile cmake
An older version
duh
I mean it doesn't even need to be an older version persay
so people need a binary at the start
at this point yes propably
Yeah but that's what you'd assume someone would use
I mean possibly :P
anyhow the entire point is once cmake exist, cmake can use cmake to build itself
you need an initial version
it's like profilers profiling themself to become better
I mean technically cmake is a compiler wrapper so one also could just use the compiler with 10 lines of arguments
yeah, propably what was done at first
btw why do so many places only provide source instead of providing binary files to me?
cause it's not practiacal, binary files only work on specific platforms and architectures
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
There are multiple architectures and OSes
Multiply each and you'll have hundreds of combinations
Usually Windows is compiled because it's the most used OS unfortunately