The CMD-toe source code comes with the installer, in the
src folder.
Or if you prefer downloading the source code of
another version of CMD-toe you can get it in the Downloads page.
For building CMD-toe you need the MinGW compiler suite,
that is a port
of the GNU Compiler Collection.
You can download it from here.
If you want to make changes to the source code, i
recommend you to use
the GNU Emacs text editor, in its port
for Windows. You can download it from here.
The command for building CMD-toe should be:
g++ main.cc -I ≤the directory of the CMD-toe source code&ge -o cmd-toe.exe
And that would generate an executable file named cmd-toe.exe that is the program.