1
0
mirror of https://github.com/simh/simh.git synced 2026-01-13 23:35:57 +00:00

makefile: Add check for gcc on Debian/Ubuntu Linux environments for v3 simh

This commit is contained in:
Mark Pizzolato 2022-11-02 15:30:54 -10:00
parent b2bf1fdb17
commit b3a8eddd3c

View File

@ -264,8 +264,8 @@ else
# Platform Pkg Names COMPILER PCAP VDE PCRE EDITLINE SDL PNG ZLIB SDL_TTF
PKGS_SRC_HOMEBREW = - - vde - libedit - - - -
PKGS_SRC_MACPORTS = - - vde2 - libedit - - - -
PKGS_SRC_APT = - libpcap-dev libvdeplug-dev - libedit-dev - - - -
PKGS_SRC_YUM = - libpcap-devel - - libedit-devel - - - -
PKGS_SRC_APT = gcc libpcap-dev libvdeplug-dev - libedit-dev - - - -
PKGS_SRC_YUM = gcc libpcap-devel - - libedit-devel - - - -
PKGS_SRC_PKGSRC = - - - - editline - - - -
PKGS_SRC_PKGBSD = - - - - libedit - - - -
PKGS_SRC_PKGADD = - - - - - - - - -