From e795830544690852d585f45278537ac57f405328 Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Fri, 22 Nov 2024 14:26:40 -0500 Subject: [PATCH] Add GTK note to installation doc --- CONTRIBUTING.md | 4 ++-- docs/help/installation.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b567d4f..089a587 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,8 +2,8 @@ ### Prerequisites Use the latest version of Rust. -On Linux, you'll need some additional system packages. Refer to the README -for the list. +On Linux, you'll need some additional system packages. +Refer to [the installation guide](/docs/help/installation.md) for the list. ### Commands * Run program: diff --git a/docs/help/installation.md b/docs/help/installation.md index 8f415a0..ced3182 100644 --- a/docs/help/installation.md +++ b/docs/help/installation.md @@ -34,7 +34,7 @@ You can install Ludusavi one of these ways: On Linux, this requires the following system packages, or their equivalents for your distribution: - * Ubuntu: `sudo apt-get install -y gcc cmake libx11-dev libxcb-composite0-dev libfreetype6-dev libexpat1-dev libfontconfig1-dev` + * Ubuntu: `sudo apt-get install -y gcc cmake libx11-dev libxcb-composite0-dev libfreetype6-dev libexpat1-dev libfontconfig1-dev libgtk-3-dev` ## Notes If you are on Windows: