Updated README and macOSX build from source instructions to include optional dependency libarchive.

This commit is contained in:
harry 2023-04-30 09:16:59 -04:00
parent 8b37ad91e5
commit 201cb50d89
2 changed files with 3 additions and 1 deletions

3
README
View File

@ -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

View File

@ -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>