User`s manual
SDK 2 Programmer’s Guide Installing SDK
2-3
Installing Turbo C
To install Turbo C on a Windows system, run the installation program:
CD ROM:\Programmable version\TurboC\tcsetup.exe
and then follow the onscreen instructions to complete the installation.
Turbo C Directories and Files
The installation program installs the following files on your computer’s hard drive:
Directory Sub Directory\Files Description
\TC TCC.EXE Turbo C 2.01 compiler
TLINK.EXE Turbo C 2.01 linker
\INCLUDE\ Include file for Turbo C.
\LIB\ Library file for Turbo C
Setting up Environment Variables
During the installation procedure, the TC setup program (tcsetup.exe) automatically sets up your
environment variables for the Turbo C compiler. You may also set up the environment variables
manually from Control panel Æ System, or you can add a command line to autoexec.bat.
Assuming that SDK manager was installed in the directory C:\PCGSDK2 and Turbo C was
installed in C:\TC, the command lines are as follows:
path=c:\tc;%path%
set INCLUDE=c:\tc\include
set LIB=c:\tc\lib