From 5e42b058b5f99c1ebf5e2ae74a66474d47bba5ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Klika?= Date: Tue, 25 Nov 2025 05:08:20 +0100 Subject: [PATCH] Add FMOD install instruction for linux --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index dca7a88be..b8011eccb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -96,6 +96,8 @@ Linux Install (Navigate to somewhere to drop install files first): * make install You can then remove the installation files. +For FMOD, you will need to go to https://www.fmod.com/download, select and download the 2.02.14 version, unpack it anywhere and set the environment variable `FMOD_DIR` to the directory where you unpacked it. + ## Building Barony You can do something along the following lines: