Hello everyone,
I am trying to install Borland 5.5 Compiler and i don't undertsnad how to install it, after its installed it says this:
Code:
===============================================
C++BUILDER COMMAND LINE TOOLS
RELEASE NOTES
===============================================

This file contains important supplementary and 
late-breaking information that may not appear 
in the main product documentation. We recommend
that you read this file in its entirety.


CONTENTS
===============================================

-- PRODUCT NOTES AND ISSUES

-- ONLINE HELP

-- PRODUCT INFORMATION ON THE WEB


PRODUCT NOTES AND ISSUES
===============================================

Installing and running the Command Line Tools
-----------------------------------------------

1. Run freecommandlinetools.exe; choose the 
   drive and folder into which you want to
   install the free C++Builder 5 command line 
   tool development system.
   
2. From the bin directory of your installation:
   a. Add "c:\Borland\Bcc55" 
      to the existing path
   b. Create a bcc32.cfg file which will set 
      the compiler options for the Include 
      and Lib paths (-I and -L switches to 
      compiler) by adding these lines:
      -I"c:\Borland\Bcc55\include"
      -L"c:\Borland\Bcc55\lib"
   c. Create an ilink32.cfg file which will set 
      the linker option for the Lib path by 
      adding this line:
      -L"c:\Borland\Bcc55\lib"

Other product notes
-----------------------------------------------


"PSDK" (\lib\PSDK) is an acronym for the
Microsoft Platform Software Development Kit.


===============================================
Copyright (c) 2000 Inprise Corporation. 
All rights reserved.
And i don't understand what i am suppose to do, i think i did it right but it didn't work or else i just dont' know hwo to run it, becuase i created a text file and then saved it as a .cfg file and then tuyped what they said but i'm not sure if i typed it in the right spot, so can someone put more readable instructions for me? like when it says, "Add "c:\Borland\Bcc55"
to the existing path" what does it mean? it makes no sense becuase if i did what they said it would look like this "c:\Borland\BCC55\Bcc55 and the put in the "BIN" of the installation, does it mean the BIN directory or what? Thanks for listening, sorry if i wrote alot



Cory