Releases: AlexCeleste/ybc
Releases · AlexCeleste/ybc
win-prebuilt
This is a prebuilt Windows release of YBC.
Contains all files from the source download, plus the ybc executable.
The compiler assumes that MinGW is installed; to use a different tool for assembly and linking, use the --as or --ld options.
mac-prebuilt
This is a prebuilt Mac release of YBC.
Contains all files from the source download, plus the ybc executable.
The compiler assumes that Clang is installed; to use a different tool for assembly and linking, use the --as
or --ld
options.
linux-prebuilt
This is a prebuilt Linux release of YBC.
Contains all files from the source download, plus the ybc executable.
The compiler assumes that GCC is installed; to use a different tool for assembly and linking, use the --as
or --ld
options.