这是indexloc提供的服务,不要输入任何密码
Skip to content

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
```

# 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
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