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
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