diff options
author | Tony <68307100+cyrv6737@users.noreply.github.com> | 2022-07-25 05:22:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 11:22:37 +0200 |
commit | 2effc01f8292bfe1b97b4144d0c9337b58a7fb08 (patch) | |
tree | 361c68d40bb65ef09f932da47ff950fcb9db5d59 | |
parent | f8c115724d0c86230d9a547e26fd9d3307ec7cd5 (diff) | |
download | NorthstarWiki-2effc01f8292bfe1b97b4144d0c9337b58a7fb08.tar.gz NorthstarWiki-2effc01f8292bfe1b97b4144d0c9337b58a7fb08.zip |
Add GLIBC check warning for NorthstarProton (#94)
-rw-r--r-- | docs/installing-northstar/using-northstar/playing-on-linux.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/installing-northstar/using-northstar/playing-on-linux.md b/docs/installing-northstar/using-northstar/playing-on-linux.md index ef1061b..7d54a75 100644 --- a/docs/installing-northstar/using-northstar/playing-on-linux.md +++ b/docs/installing-northstar/using-northstar/playing-on-linux.md @@ -8,6 +8,9 @@ Northstar is officially supported on Linux, it uses compatibility layers like Pr On Steam Deck, complete the following in desktop mode. You may return to game mode once completed _(A mouse + keyboard plugged into the Deck are recommended for easier navigation of menus)_ +> **Check your GLIBC version.** NorthstarProton currently only supports version 2.33 and higher. Verify your installed version with `ldd --version`. If the installed GLIBC is older, use the [legacy guide](installing-northstar/using-northstar/playing-on-linux-legacy-guide.md#blank-console). + + 1. Make sure you ran the vanilla version of Titanfall2 at least once on Linux! 2. Install the latest version of Northstar using [Viper](../northstar-installers.md#0negal-viper) or do it manually 1. For manual install download the latest version of Northstar from the [releases](https://github.com/R2Northstar/Northstar/releases) page |