mirror of
https://gitlab.freedesktop.org/emersion/libdisplay-info.git
synced 2024-12-26 21:59:15 +01:00
readme: add building section
Basic instructions to build the library. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
51ad14e5e9
commit
ac8ecd781a
1 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,13 @@ particular, each commit must carry a Signed-off-by tag to denote that the
|
||||||
submitter adheres to the [Developer Certificate of Origin 1.1]. This project
|
submitter adheres to the [Developer Certificate of Origin 1.1]. This project
|
||||||
follows the [freedesktop.org Contributor Covenant].
|
follows the [freedesktop.org Contributor Covenant].
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
|
libdisplay-info is built using [Meson]. It has no dependencies.
|
||||||
|
|
||||||
|
meson build/
|
||||||
|
ninja -C build/
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
The low-level EDID library is tested against [edid-decode]. `test/data/`
|
The low-level EDID library is tested against [edid-decode]. `test/data/`
|
||||||
|
@ -30,4 +37,5 @@ blob or update a diff, use `test/edid-decode-diff.sh test/data/<edid>`.
|
||||||
[Wayland contribution guidelines]: https://gitlab.freedesktop.org/wayland/wayland/-/blob/main/CONTRIBUTING.md
|
[Wayland contribution guidelines]: https://gitlab.freedesktop.org/wayland/wayland/-/blob/main/CONTRIBUTING.md
|
||||||
[Developer Certificate of Origin 1.1]: https://developercertificate.org/
|
[Developer Certificate of Origin 1.1]: https://developercertificate.org/
|
||||||
[freedesktop.org Contributor Covenant]: https://www.freedesktop.org/wiki/CodeOfConduct/
|
[freedesktop.org Contributor Covenant]: https://www.freedesktop.org/wiki/CodeOfConduct/
|
||||||
|
[Meson]: https://mesonbuild.com/
|
||||||
[edid-decode]: https://git.linuxtv.org/edid-decode.git/
|
[edid-decode]: https://git.linuxtv.org/edid-decode.git/
|
||||||
|
|
Loading…
Reference in a new issue