Skip to content

Commit 0b01d08

Browse files
authored
Merge pull request #725 from rl2939/main
Add build instructions for Fedora.
2 parents 980deb2 + 1725afc commit 0b01d08

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

docs/BUILDING.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Dependencies for vendored libraries:
7777
```
7878
# common
7979
sudo pacman -S cmake dbus file fftw libgl liblo libsndfile libx11 libxcursor libxext libxrandr python3
80-
# nedeed by vendored libraries
80+
# needed by vendored libraries
8181
sudo pacman -S wget
8282
```
8383

@@ -97,10 +97,23 @@ Dependencies for vendored libraries:
9797
```
9898
# common
9999
sudo apt install cmake libdbus-1-dev libgl1-mesa-dev liblo-dev libfftw3-dev libmagic-dev libsndfile1-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev python3
100-
# nedeed by vendored libraries
100+
# needed by vendored libraries
101101
sudo apt install wget
102102
```
103103

104+
### Fedora
105+
106+
At this time, it is only possible to build with vendored libraries.
107+
108+
Dependencies for vendored libraries:
109+
110+
```
111+
# common
112+
sudo dnf install cmake dbus file fftw mesa-libGL liblo libsndfile libX11 libXcursor libXext libXrandr python3
113+
# needed by vendored libraries
114+
sudo dnf install wget
115+
```
116+
104117
## macOS
105118

106119
Installing Xcode and the "Command-Line utilities" add-on is required.

0 commit comments

Comments
 (0)