Post #3348776
2026-06-18 07:53 UTC
duck duck fedi: how to compile a thing that uses cmake and has no compile instructions
Replies (1)
-
@jacksonchen666@micro.jacksonchen666.com 2026-06-18 12:02
@Kuniti_shino@pounced-on.me mkdir build cd build cmake .. make -j16 if dependencies aren't there then cmake will error I think. get dependency and try the cmake command again