Add system-level dependency list to documentation (fixes #302)
This commit is contained in:
parent
b23be153eb
commit
5038b3ddad
1 changed files with 17 additions and 0 deletions
|
@ -19,6 +19,23 @@ Rather than with your system package manager,
|
||||||
I recommend installing it using [rustup](https://rustup.rs/),
|
I recommend installing it using [rustup](https://rustup.rs/),
|
||||||
as this makes it easy to use the nightly toolchain necessary to build eww.
|
as this makes it easy to use the nightly toolchain necessary to build eww.
|
||||||
|
|
||||||
|
Additionally, eww requires some dynamic libraries to be available on your system.
|
||||||
|
The exact names of the packages that provide these may differ depending on your distribution.
|
||||||
|
The following list of package names should work for arch linux:
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Packages</summary>
|
||||||
|
|
||||||
|
- gtk3 (libgdk-3, libgtk-3)
|
||||||
|
- pango (libpango)
|
||||||
|
- gdk-pixbuf2 (libgdk_pixbuf-2)
|
||||||
|
- cairo (libcairo, libcairo-gobject)
|
||||||
|
- glib2 (libgio, libglib-2, libgobject-2)
|
||||||
|
- gcc-libs (libgcc)
|
||||||
|
- glibc
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
|
|
||||||
Once you have the prerequisites ready, you're ready to install and build eww.
|
Once you have the prerequisites ready, you're ready to install and build eww.
|
||||||
|
|
Loading…
Add table
Reference in a new issue