diff options
| author | Allusive <[email protected]> | 2023-11-09 13:16:15 +1100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-09 13:16:15 +1100 |
| commit | fb342c26c3d8752dfe6fece64bdd10eb5ada04e6 (patch) | |
| tree | 3414f5258cf259a284759a31930f3fdc0646c3c2 /README.md | |
| parent | update version number (diff) | |
| download | compfy-fb342c26c3d8752dfe6fece64bdd10eb5ada04e6.tar.xz compfy-fb342c26c3d8752dfe6fece64bdd10eb5ada04e6.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -57,6 +57,26 @@ $ ninja -C build $ ninja -C build install ``` +Dependencies: + +``` +libconfig +libdbus +libev +libglvnd +libx11 +libxcb +libxdg-basedir +pcre +pixman +xcb-util-image +xcb-util-renderutil +gcc (make) +git (make) +meson (make) +ninja (make) +``` + ### Arch Linux or other Arch based distros ``` |