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:
parent
b2bf1fdb17
commit
b3a8eddd3c
4
makefile
4
makefile
@ -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 = - - - - - - - - -
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user