程式語言 - JWasm - Build JWasm、JWlink



參考資訊:
https://github.com/JWasm/JWasm
https://github.com/JWasm/JWlink
https://www.japheth.de/index.html

$ cd
$ git clone https://github.com/JWasm/JWasm
$ cd JWasm
$ make -f GccUnix.mak
$ sudo cp GccUnixR/jwasm /usr/local/bin/
$ jwasm --help
	JWasm v2.12pre, Dec 24 2025, Masm-compatible assembler.
	Portions Copyright (c) 1992-2002 Sybase, Inc. All Rights Reserved.
	Source code is available under the Sybase Open Watcom Public License.

$ cd
$ git clone https://github.com/JWasm/JWlink
$ cd JWlink/orl
$ make -f GccUnix.mak
$ cd ../dwarf/dw
$ make -f GccUnix.mak
$ cd ../../sdk/rc/wres
$ make -f GccUnix.mak
$ cd ../../../
$ make -f GccUnix.mak
$ sudo cp GccUnixR/jwlink /usr/local/bin
$ jwlink --help
	JWlink Version 1.9beta 13
	Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
	Source code is available under the Sybase Open Watcom Public License.