1
0
mirror of https://github.com/simh/simh.git synced 2026-02-03 15:13:56 +00:00

makefile: Add support for HomeBrew supplied packages on OS X

Addresses issues discussed in #493 and #489
This commit is contained in:
Mark Pizzolato
2017-12-02 15:22:44 -08:00
parent 395420b8b8
commit b167d889a7
2 changed files with 47 additions and 17 deletions

View File

@@ -422,6 +422,15 @@ The MacPorts package manager is available to provide these external packages. O
# port install vde2
# port install libsdl2
# port install libsdl2_ttf
OR
The HomeBrew package manager can be used to provide these packages:
$ brew install vde
$ brew install sdl2
$ brew install sdl2_ttf
###### Linux - Dependencies
@@ -432,6 +441,7 @@ Ubuntu:
# apt-get install libpcap-dev
# apt-get install vde2
# apt-get install libsdl2
# apt-get install libsdl2_ttf
#### Windows