File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Dependencies for vendored libraries:
77
77
```
78
78
# common
79
79
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
81
81
sudo pacman -S wget
82
82
```
83
83
@@ -97,10 +97,23 @@ Dependencies for vendored libraries:
97
97
```
98
98
# common
99
99
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
101
101
sudo apt install wget
102
102
```
103
103
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
+
104
117
## macOS
105
118
106
119
Installing Xcode and the "Command-Line utilities" add-on is required.
You can’t perform that action at this time.
0 commit comments