Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add note about linuxmint issue on ubuntu dependencies #1661

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

fabiobarkoski
Copy link
Contributor

Added a note about the Linux Mint problem discussed in the #1601.

@heinezen heinezen added os: linux Linux-specific issue documentation Involves the project documentation labels Jul 27, 2024
@@ -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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you clarify what the path is? It should be the same for all Linux Mint systems I think.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@heinezen heinezen added this to the 0.6.0 milestone Jul 28, 2024
@heinezen heinezen merged commit 25199df into SFTtech:master Jul 30, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Involves the project documentation os: linux Linux-specific issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants