WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

597

I’d like to take the time to become an expert in one of them. Right now I can whip together a small makefile that holds single lines for compile / linker flags, a single line for all the c files then an entry for each one and it’ll properly parallel’ly compile them and only the ones modified.

Which build maker out of cmake, autoconf, etc do you think is the best one to learn?

I’d like to take the time to become an expert in one of them. Right now I can whip together a small makefile that holds single lines for compile / linker flags, a single line for all the c files then an entry for each one and it’ll properly parallel’ly compile them and only the ones modified. Which build maker out of cmake, autoconf, etc do you think is the best one to learn?

(post is archived)

[–] 4 pts

My preference is CMake since it basically is an abstraction layer on top of unix makefiles, msvc projects and so on. With CMake, organizing cross platform projects is easier if you ask me. Also it has a lot of nice features for just about anything. Someone even wrote a resource manager for it (compile in binary blobs, "cmrc"), aurogeneration of static configurations, etc etc.

[–] 1 pt

better to ask in /s/linux or similar.

[–] 0 pt

@AOU can feel to move if he / she likes. Sounds like a good idea thanks

[–] 0 pt

if he / she likes.

lol It's he. Don't faggit on me, bro.

[–] 0 pt

So you admit your a faggot, and not a dyke. Neat.

[–] 0 pt

I have no experience with bazel or ninja. I need to check those out.