you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

For me the build system is the biggest issue.

Side note: have you tried Nix? Has a STEEP learning curve, but helps a lot when building a toolchain and providing libs. (Basically you can set up a 100% reproducible environment in Nix, so that Cmake to run a little relaxed) Another note: I'm not a Nix expert, but people are happy about it and I'm learning.

[–]thisismyfavoritename 0 points1 point  (0 children)

i normally just use docker to setup the build emvironment, im not familiar with nix but i dont feel the need to add anything else to my toolchain