From 73b0600039b2a7641037708687faa831969a0085 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Thu, 6 Mar 2025 23:51:18 -0500 Subject: [PATCH] Quick notes on the linux build. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d1304d8..c57f896 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,13 @@ I would also like statistics that show it's better, not just your word. It's early so probably a bunch of bugs. +## Linux Build Notes + +Libraries Needed: + +* libxi-dev +* libfreetype-dev + ## OSX Build Notes * Quite a bad experience. Need to install Python, cmake, meson, and ninja all which are in homebrew but if you don't use homebrew then this is a problem.