From 201cb50d8914e55223a1bf3ad19f0bc46bfdc407 Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 30 Apr 2023 09:16:59 -0400 Subject: [PATCH] Updated README and macOSX build from source instructions to include optional dependency libarchive. --- README | 3 ++- web/osx.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 18641da1..1d6a12b6 100644 --- a/README +++ b/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 diff --git a/web/osx.html b/web/osx.html index e030a0ac..0c0c9df1 100644 --- a/web/osx.html +++ b/web/osx.html @@ -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)