阅读:812回复:2
英文不好,,大虾帮忙,急切!!
我在安装Borland C Compiler(5.5)时
有个Read Me 文档..看不懂... 请大虾帮忙说个大概意思... 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. ( 这个我还明白,freecommandlinetools.exe只是个解压文件,然后选择其解压路径) 下面我就看不明了呜呜呜呜呜呜呜呜呜1 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\" |
|
|
沙发#
发布于:2003-06-25 09:16
2.在你安装的bin目录中: a.增加“c:\\Borland\\Bcc55”到你的path中。 b.创建bcc32.cfg文件 在此文件中增加这两行 -I\"c:\\Borland\\Bcc55\\include\" -L\"c:\\Borland\\Bcc55\\lib\" c.创建ilink32.cfg文件 在此文件中增加这一行 -L\"c:\\Borland\\Bcc55\\lib\" |
|
|
板凳#
发布于:2003-06-25 09:27
同意! :D |
|
|