POV-Ray : Newsgroups : povray.binaries.programming : command line : Re: command line Server Time
16 Apr 2024 14:22:34 EDT (-0400)
  Re: command line  
From: Martial
Date: 21 May 2002 12:35:37
Message: <3cea7759$1@news.povray.org>
pardon for my english !
I use Borland55 free command line ! 

the doc Readme
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 
      t he 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"



I try your mini program it's good !

--
Martial


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.