dgibson / dtc

Device Tree Compiler
218 stars 130 forks source link

README.md has no instructions for building with meson #83

Open dgibson opened 1 year ago

dgibson commented 1 year ago

We currently have both Makefiles and meson scripts either of which can build the project. However, I frequently forget how to properly invoke meson, so it tends to be poorly tested. README.md should have short instructions for how to build with meson.

z3ntu commented 1 year ago

I guess not really more than the few commands here are necessary? https://mesonbuild.com/Quick-guide.html#compiling-a-meson-project

And maybe link people to the docs there for things like advanced usage with DESTDIR etc

dgibson commented 1 year ago

Yes. The shorter the better, really.