From 9315cf6a55e1ad2e52dcbda49249102268a1fc5c Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Mon, 27 May 2024 10:10:36 +0200 Subject: [PATCH] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b7197dc..90b4c5d 100644 --- a/README.md +++ b/README.md @@ -475,6 +475,12 @@ $ pacman -S tio The latest source releases can be found [here](https://github.com/tio/tio/releases). +Before running the install steps make sure you have glib and lua libraries installed. For example: + +``` +sudo apt install libglib2.0-dev liblua5.2-dev +``` + Install steps: ``` $ meson setup build