fix build requirements for fedora/centos in buiding document

This commit is contained in:
jeremiazhao 2022-05-13 17:54:11 +08:00 committed by Behdad Esfahbod
parent c657c4e1f8
commit dc09053f19
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Cairo, and GLib. For example, on Ubuntu / Debian, you would do:
whereas on Fedora, RHEL, CentOS, and other Red Hat based systems you would do:
sudo dnf install meson pkgconfig gtk-doc gcc gcc-c++ freetype-devel glib2-devel cairo-dev
sudo dnf install meson pkgconfig gtk-doc gcc gcc-c++ freetype-devel glib2-devel cairo-devel
and on ArchLinux and Manjaro: