Updated README and macOSX build from source instructions to include optional dependency libarchive.
This commit is contained in:
parent
8b37ad91e5
commit
201cb50d89
3
README
3
README
|
@ -7,7 +7,7 @@ Updated By mjbudd77
|
|||
|
||||
https://fceux.com
|
||||
|
||||
Last Modified: March 24, 2022
|
||||
Last Modified: April 30, 2023
|
||||
|
||||
Table of Contents
|
||||
-----------------
|
||||
|
@ -32,6 +32,7 @@ Table of Contents
|
|||
* libx265 (optional) - H.265 video encoder for avi recording (recommended)
|
||||
* ffmpeg libraries (optional) - for avi recording (recommended)
|
||||
* - ffmpeg libraries used: libavcodec libavformat libavutil libswresample libswscale
|
||||
* libarchive (optional) - for 7zip archive support (test with version 3.4.0)
|
||||
* minizip
|
||||
* zlib
|
||||
* openGL
|
||||
|
|
|
@ -81,6 +81,7 @@
|
|||
brew install qt5
|
||||
brew install sdl2
|
||||
brew install minizip
|
||||
brew install libarchive (optional dependency for 7zip archive support)
|
||||
brew install ffmpeg (optional dependency but recommended for AVI recording)
|
||||
brew install x264 (optional dependency but recommended for AVI recording)
|
||||
</pre>
|
||||
|
|
Loading…
Reference in New Issue