Tscope5
Tscope5 compilation manual

Table of Contents

Shell commands

The shell commands are identical on Windows, Mac OS X and Linux.

You can compile foo.c or foo.cpp with

tcc foo.c

If there are no errors in your code, this will produce foo.exe on Windows or foo.out on Mac OS X or Linux.

You can run foo.exe or foo.out with

./foo.exe

on Windows or

./foo.out

on Mac OS X or Linux.

If necessary, kill the program by pressing CTRL-C in the shell.

CTRL-L clears the shell window.

Notepad++ shortcuts (Windows only)