Attention is currently required from: Thomas Heijligen, Anastasia Klimchuk.
1 comment:
File README.rst:
Patch Set #1, Line 171: meson install -C <your_build_dir>
There's already a copy of this in building_from_source.rst: which one should we keep?
I'm inclined to put all of the meson documentation in the other file, and eventually the makefile docs will be deleted from here so all the build/install/package docs would then live outside the root-level README.
A very short "quickstart" sort of thing of commands that can be copied/pasted without any thought might be reasonable here, though; essentially copy the TL;DR section from the other doc.
```
To build and install flashrom using meson:
meson setup builddir
meson compile -C builddir
meson install -C builddir
For more details, refer to :doc:`dev_guide/building_from_source`.
```
To view, visit change 75125. To unsubscribe, or for help writing mail filters, visit settings.