MAKEFILE: Use correct links to open-simh repo

This commit is contained in:
Tony Lawrence 2023-10-12 16:54:32 -04:00 committed by Paul Koning
parent b88cd40771
commit 28354d99dc

View file

@ -1092,12 +1092,12 @@ ifeq (${WIN32},) #*nix Environments (&& cygwin)
$(info *** Error *** There are ONLY two supported ways to acquire and build) $(info *** Error *** There are ONLY two supported ways to acquire and build)
$(info *** Error *** the simh source code:) $(info *** Error *** the simh source code:)
$(info *** Error *** 1: directly with git via:) $(info *** Error *** 1: directly with git via:)
$(info *** Error *** $$ git clone https://github.com/simh/simh) $(info *** Error *** $$ git clone https://github.com/open-simh/simh)
$(info *** Error *** $$ cd simh) $(info *** Error *** $$ cd simh)
$(info *** Error *** $$ make {simulator-name}) $(info *** Error *** $$ make {simulator-name})
$(info *** Error *** OR) $(info *** Error *** OR)
$(info *** Error *** 2: download the source code zip archive from:) $(info *** Error *** 2: download the source code zip archive from:)
$(info *** Error *** $$ wget(or via browser) https://github.com/simh/simh/archive/master.zip) $(info *** Error *** $$ wget(or via browser) https://github.com/open-simh/simh/archive/master.zip)
$(info *** Error *** $$ unzip master.zip) $(info *** Error *** $$ unzip master.zip)
$(info *** Error *** $$ cd simh-master) $(info *** Error *** $$ cd simh-master)
$(info *** Error *** $$ make {simulator-name}) $(info *** Error *** $$ make {simulator-name})