From 2d38e8a177df37fca8ff42d6ee8f6e5eff965a9f Mon Sep 17 00:00:00 2001 From: fabiobarkoski Date: Thu, 25 Jul 2024 13:16:53 -0300 Subject: [PATCH] docs: Add note about linuxmint issue on ubuntu dependencies --- doc/build_instructions/ubuntu.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/build_instructions/ubuntu.md b/doc/build_instructions/ubuntu.md index 08fc635abb..d46ebd159f 100644 --- a/doc/build_instructions/ubuntu.md +++ b/doc/build_instructions/ubuntu.md @@ -15,3 +15,6 @@ from pip: ``` pip3 install cython --break-system-packages ``` + +# Linux Mint Issue +Linux Mint has a [problem with `toml11`](https://github.com/SFTtech/openage/issues/1601), since CMake can't find it. To solve this, download the [toml11.zip](https://github.com/SFTtech/openage/files/13401192/toml11.zip), after, put the files in the `/usr/lib/x86_64-linux-gnu/cmake/toml11` path. (if the `toml11` directory doesn't exist, create it)