Skip to content

Commit

Permalink
Update project dependencies documentation
Browse files Browse the repository at this point in the history
documents/README.org: add missing wl-clipboard dependency (from
the CL trivial-clipboard package, for Wayland environments)

Also update the name of fedora package: webkit2gtk3-devel is not used since
Fedora 37 (already EoL'ed), it is now webkit2gtk4.0-devel (current Fedora
version is 39).
  • Loading branch information
odanoburu authored and aadcg committed Dec 7, 2023
1 parent 9bd4e9b commit 0606d06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documents/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You can also run the tests locally with:
(asdf:test-system :nyxt/gi-gtk)
#+end_src

Keep in mind that it is recommended to restart the SLY session before and
Keep in mind that it is recommended to restart the SLY session before and
after running the tests.

* Developer's installation guide
Expand Down Expand Up @@ -137,7 +137,7 @@ git clone https://github.com/joachifm/cl-webkit ~/common-lisp/cl-webkit
- glib-networking (for WebKitGTK+)
- gsettings-desktop-schemas (for WebKitGTK+)
- libfixposix
- xclip (for clipboard support)
- xclip (if on X) or wl-clipboard (if on Wayland) (for clipboard support)
- enchant (for spellchecking)

- Debian-based distributions:
Expand All @@ -152,7 +152,7 @@ git clone https://github.com/joachifm/cl-webkit ~/common-lisp/cl-webkit

- Fedora:
#+begin_src sh
sudo dnf install sbcl webkit2gtk3-devel glib-networking gsettings-desktop-schemas libfixposix-devel xclip enchant pkgconf
sudo dnf install sbcl webkit2gtk4.0-devel glib-networking gsettings-desktop-schemas libfixposix-devel xclip wl-clipboard enchant pkgconf
#+end_src

- FreeBSD and derivatives
Expand Down

0 comments on commit 0606d06

Please sign in to comment.