1
0
mirror of https://github.com/simh/simh.git synced 2026-02-15 04:06:59 +00:00

makefile, README: Update MacOS required libraries to include pcre

This commit is contained in:
Mark Pizzolato
2022-07-14 18:40:12 -10:00
parent d406b7771a
commit e246888e99
2 changed files with 5 additions and 13 deletions

View File

@@ -577,17 +577,13 @@ functionality.
The MacPorts package manager is available to provide these external packages. Once MacPorts is installed, these commands will install the required dependent packages:
# port install vde2
# port install libsdl2
# port install libsdl2_ttf
# port install libpng
# port install zlib
# port install vde2 libsdl2 libsdl2_ttf libpng zlib pcre
OR
The HomeBrew package manager can be used to provide these packages:
$ brew install vde sdl2 sdl2_ttf libpng zlib
$ brew install vde sdl2 sdl2_ttf libpng zlib pcre
###### Linux - Dependencies
@@ -595,11 +591,7 @@ Different Linux distributions have different package management systems:
Ubuntu:
# apt-get install libpcap-dev
# apt-get install libpcre3-dev
# apt-get install vde2
# apt-get install libsdl2-dev
# apt-get install libsdl2_ttf-dev
# apt-get install libpcap-dev libpcre3-dev vde2 libsdl2-dev libsdl2_ttf-dev
#### Windows