Skip to content

Commit d211418

Browse files
linuxluola123Librarian
authored andcommitted
modified: en/Archive/Compilation and Ports/Compiling on GNU∕Linux and 🟉BSD
User Summary: just some libary updates on fedora
1 parent fb1405c commit d211418

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Page/en/Archive/Compilation and Ports/Compiling on GNU∕Linux and 🟉BSD.mediawiki

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ In at least one instance the package "libsdl1.2debian-all" was required for a fu
5858
Remark: This was not needed on a custom Debian 2.6.26-2-amd64 server when compiling r20739.
5959

6060
=== Fedora ===
61-
==== Automatically ====
62-
For the same dependencies as the official package:
63-
64-
<code>yum-builddep openttd -y</code>
65-
66-
NOTE: This does not include gcc and gcc-c++ (which you can install via ''(sudo) yum install gcc/gcc-c++'')
6761

6862
==== Manually ====
6963
* gcc-c++
@@ -73,10 +67,12 @@ NOTE: This does not include gcc and gcc-c++ (which you can install via ''(sudo)
7367
* zlib-devel
7468
* lzo-devel
7569
* xz-devel
76-
* esound (optional, for soundtrack)
70+
* SDL2-devel
71+
* esound (optional, for soundtrack. The package dont currently work, possibly fixed in future)
7772
7873
In one command (as root):
79-
<code>yum install gcc-c++ SDL-devel zlib-devel esound xz-devel lzo-devel -y</code>
74+
<code>sudo dnf install gcc-c++ SDL-devel zlib-devel esound xz-devel lzo-devel SDL2-devel -y</code>
75+
Dont be scared if esound is not found, just remove it from the command and run again.
8076

8177
=== openSUSE ===
8278
==== Automatically ====

0 commit comments

Comments
 (0)