Fixed mac OSX x264 dependency package name.
This commit is contained in:
parent
cfc91e2223
commit
b3700f58b4
|
@ -81,7 +81,7 @@
|
||||||
brew install qt5
|
brew install qt5
|
||||||
brew install sdl2
|
brew install sdl2
|
||||||
brew install minizip
|
brew install minizip
|
||||||
brew install libx264 (optional dependency but recommended for AVI recording)
|
brew install x264 (optional dependency but recommended for AVI recording)
|
||||||
</pre>
|
</pre>
|
||||||
Otherwise you can install the dmg packages available from the Qt and SDL websites.
|
Otherwise you can install the dmg packages available from the Qt and SDL websites.
|
||||||
<br><br>The following tools are required to build from source:
|
<br><br>The following tools are required to build from source:
|
||||||
|
|
Loading…
Reference in New Issue