docs: Add note about linuxmint issue on ubuntu dependencies#1661
Merged
heinezen merged 1 commit intoSFTtech:masterfrom Jul 30, 2024
Merged
docs: Add note about linuxmint issue on ubuntu dependencies#1661heinezen merged 1 commit intoSFTtech:masterfrom
heinezen merged 1 commit intoSFTtech:masterfrom
Conversation
heinezen
reviewed
Jul 27, 2024
doc/build_instructions/ubuntu.md
Outdated
| ``` | ||
|
|
||
| # 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) |
Member
There was a problem hiding this comment.
Can you clarify what the path is? It should be the same for all Linux Mint systems I think.
Contributor
Author
There was a problem hiding this comment.
Sure, but at the first time I ran, the ./configure required the toml11 dir in the /lib/x86_64-linux-gnu/cmake and at the second time in the /usr/lib/x86_64-linux-gnu/cmake. Put both paths?
Member
There was a problem hiding this comment.
/lib should symlink to /usr/lib, so both should be the same. You only need to put the /usr/lib/... path in the text then.
5bdf43a to
b63f908
Compare
b63f908 to
2d38e8a
Compare
heinezen
approved these changes
Jul 30, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a note about the Linux Mint problem discussed in the #1601.