Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update project dependencies documentation #3281

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update project dependencies documentation
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).
odanoburu committed Dec 7, 2023
commit a3e4ea0abfeee9b11c3f82fad239c002681572dd
6 changes: 3 additions & 3 deletions documents/README.org
Original file line number Diff line number Diff line change
@@ -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
@@ -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:
@@ -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