diff options
author | Kilkenni <cgustu@gmail.com> | 2024-04-25 13:40:48 +0300 |
---|---|---|
committer | Kilkenni <cgustu@gmail.com> | 2024-04-25 13:40:48 +0300 |
commit | 248a22fb7bee2af7572c83999e96663ffd2afe9a (patch) | |
tree | 0954bc45c134abc0b968ee85df5c267fcd1e9d62 /README.md | |
parent | 9e875d5212eaa1dce9455ab50838df18281fae9c (diff) |
typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ Starbound in general is built from the ground up, with its own engine written in 2. `sudo dnf install cmake` 3. `cmake --version` to verify -* You will need at least the same dependencies ("basic libraries") as for Linux. Some packages have different names or contents between Linux builds. Namely, Fedora uses "-devel" instead of "-dev" for development packages. +* You will need at least the same dependencies ("basic libraries") as for Ubuntu. Some packages have different names or contents between Linux builds. Namely, Fedora uses "-devel" instead of "-dev" for development packages. 1. `sudo dnf install` [pkg-config](## "will install pkgconf-pkg-config") libXmu-devel libXi-devel [libGL-devel](## "will install mesa-libGL-devel") mesa-libGLU-devel SDL2-devel python3-jinja2 ninja-build 2. If you find out that you need any other dependencies not listed here, try finding them via [Fedora Packages](https://packages.fedoraproject.org/) first. And, preferably, improve this instruction. |