MAKEFILE: Use correct links to open-simh repo
This commit is contained in:
parent
b88cd40771
commit
28354d99dc
1 changed files with 2 additions and 2 deletions
4
makefile
4
makefile
|
@ -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})
|
||||||
|
|
Loading…
Add table
Reference in a new issue