1 # Tscope5 compilation manual
5 # Shell commands {#shell}
7 The shell commands are identical on Windows, Mac OS X and Linux.
9 You can compile foo.c or foo.cpp with
13 If there are no errors in your code, this will produce `foo.exe` on Windows or `foo.out` on Mac OS X or Linux.
15 You can run foo.exe or foo.out with
25 If necessary, kill the program by pressing CTRL-C in the shell.
27 CTRL-L clears the shell window.
29 # Notepad++ shortcuts (Windows only) {#npp}
31 - F8 will indent your code (a backup file ending in ~ is made in case things go wrong)
32 - F9 will compile your Tscope5 program
33 - CTRL-F9 will compile standard C programs
34 - F10 will run your program
35 - F11 will clean up your directory (remove the executable and backup)