On Sat, Mar 30, 2019 at 1:27 PM Ken Moffat via blfs-dev <[email protected]> wrote: > > After the discussions on meson, and cmake, I've made an attempt to > add details to the book. It's a bit longer than I had expected > (heh, I never use ywo words where five will do ;) and I'm not sure > if everyone will understand things which seem obvious to me, so I've > uploaded it for comment. > > A full book, to get links etc working, but the only change is at the > bottom of > http://www.linuxfromscratch.org/~ken/blfs-sysv-build-systems/introduction/notes-on-building.html > > Where I have added 'Working with different nuild systems' at the end > of the page. Please feel free to comment. >
I would just say about meson, I find it easier to do 'cat meson_options.txt' to look at all the options before configuring instead of doing the three steps you list. Also, to let you know, another way to change an options after you've configured is: meson configure -Doption=true etc.. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
