From 10d3d2386151f11272f865fa7b8bcb917a7b8e14 Mon Sep 17 00:00:00 2001 From: Daniel Hansen <105574022+dchansen06@users.noreply.github.com> Date: Fri, 20 Dec 2024 22:12:46 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0feac4d..0c78901 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Please report any bugs or security issues. ## Installation Install the required dependencies with -```$ sudo apt-get install -y --no-install-suggests --no-install-recommends libsdl2-mixer-dev``` +```$ sudo apt-get install --no-install-suggests --no-install-recommends libsdl2-mixer-dev libgtkmm-4.0-dev``` Then simply run @@ -27,5 +27,6 @@ Then simply run Use the client, server, and gui programs as you would expect, as this is not finalized the runtime instructions are not yet stable, please review the source code for further instructions (sorry). ## To-Do -* Better documentation +* Finish gui * Divide into more discrete functions and classes +* Better documentation