Skip to content

Commit

Permalink
docs: Add note about linuxmint issue on ubuntu dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobarkoski committed Jul 25, 2024
1 parent 267670b commit 5bdf43a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/build_instructions/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, run the openage and wait it throw the toml11 error, and then put the files in the needed path. (if the toml11 directory doesn't exist, create it)

0 comments on commit 5bdf43a

Please sign in to comment.