On Sunday, October 26, 2025 7:19:21 PM Central European Standard Time Pablo Rodríguez wrote: > Dear list, > > I have a local git clone with current master, to mainly test utils. > > After each `git pull` with new content, I run: > > cd build && cmake .. && make > > Which would be the way to make utils only? > > Any bindings are no use to me in my local git clone.
pass to cmake: -DENABLE_CPP=off -DENABLE_QT6=off -DENABLE_QT5=off -DENABLE_GLIB=off For utils, you still need to build the 'core' stuff. /Sune -- I didn’t stop pretending when I became an adult, it’s just that when I was a kid I was pretending that I fit into the rules and structures of this world. And now that I’m an adult, I pretend that those rules and structures exist. - zefrank
