From 248a22fb7bee2af7572c83999e96663ffd2afe9a Mon Sep 17 00:00:00 2001 From: Kilkenni Date: Thu, 25 Apr 2024 13:40:48 +0300 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf15935..d21aa73 100644 --- a/README.md +++ b/README.md @@ -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.