Releases: alexfru/SmallerC
Releases · alexfru/SmallerC
Binary release with DOS and Windows binaries
This release includes:
- DOS binaries: regular (under
bind) and DPMI (underbindp). - Windows binaries (under
binw). - CWSDPMI r5 dependency for the DOS DPMI binaries.
- Include and library files (under
includeandlibrespectively). - Test programs (under
tests).
This release doesn't include:
- The compiler sources.
- NASM (you'll need version 2.03 or later).
- Binaries for Linux and MacOS.
Installation:
- Create a directory as close as possible to the disk root, e.g.
C:\SMLRC. - Unpack the contents of the archive there.
- Set your
PATHenvironment variable to point toC:\SMLRC\BINDor
C:\SMLRC\BINDPorC:\SMLRC\BINW, as appropriate. - To reconstitute the Windows binaries from the
.datfiles, go to the
BINWdirectory and follow the instructions from that directory's
readme.txt, that is, run thecopy /bcommands mentioned there. - Make
NASM.EXE(you'll need version 2.03 or later) available through
thePATHenvironment variable as well.
Binary release with DOS and Windows binaries
This release includes:
- DOS binaries: regular (under
bind) and DPMI (underbindp). - Windows binaries (under
binw). - CWSDPMI r5 dependency for the DOS DPMI binaries.
- Include and library files (under
includeandlibrespectively). - Test programs (under
tests).
This release doesn't include:
- The compiler sources.
- NASM (you'll need version 2.03 or later).
- Binaries for Linux and MacOS.
Installation:
- Create a directory as close as possible to the disk root, e.g.
C:\SMLRC. - Unpack the contents of the archive there.
- Set your
PATHenvironment variable to point toC:\SMLRC\BINDor
C:\SMLRC\BINDPorC:\SMLRC\BINW, as appropriate. - Make
NASM.EXE(you'll need version 2.03 or later) available through
thePATHenvironment variable as well.
Binary release with DOS and Windows binaries
This release includes:
- DOS binaries: regular (under
bind) and DPMI (underbindp). - Windows binaries (under
binw). They need to be assembled from parts
(with thecopy /bcommand, seebinw/readme.txtfor details).
The reason being false positives in antivirus software, which may hinder
downloading the pre-compiled Windows binaries. - CWSDPMI r5 dependency for the DOS DPMI binaries.
- Include and library files (under
includeandlibrespectively). - Test programs (under
tests).
This release doesn't include:
- The compiler sources.
- NASM (you'll need version 2.03 or later).
- Binaries for Linux and MacOS.
Installation:
- Create a directory as close as possible to the disk root, e.g.
C:\SMLRC. - Unpack the contents of the archive there.
- Set your
PATHenvironment variable to point toC:\SMLRC\BINDor
C:\SMLRC\BINDPorC:\SMLRC\BINW, as appropriate. - Make
NASM.EXE(you'll need version 2.03 or later) available through
thePATHenvironment variable as well.