Index of /cmoc

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]Changelog-Tormod.txt2022-05-05 13:18 842  
[   ]cmoc-0.1.65-r1-win32.zip2020-05-02 15:14 17M 
[   ]cmoc-0.1.77-r2-win64.zip2022-05-06 15:33 12M 
[TXT]cmoc-win32-r1.patch2020-05-02 15:12 5.0K 
[DIR]old/2020-05-02 15:44 -  
[DIR]win-patches/2022-05-05 13:06 -  

CMOC built for Windows without Cygwin

The binaries are built with MinGW and /should/ be runnable on any Windows system without having a full MinGW or Cygwin environment.

Unpack the zip file and include the unpacked cmoc-win64 (or cmoc-win32) folder in your PATH.

For example in a CMD.EXE command window:

PATH %PATH%;D:\cmoc-win64
cmoc -o test.bin test.c

For advanced users

If you have your own cpp installed and in the PATH, you might not need the included cpp.exe. In this case the PATH doesn't need to be modified, as long as you call cmoc.exe with its full or relative path.

2022 Tormod Volden