POV-Ray : Newsgroups : povray.off-topic : What's in an IDE? : Re: What's in an IDE? Server Time
4 Sep 2024 19:22:45 EDT (-0400)
  Re: What's in an IDE?  
From: Nicolas Alvarez
Date: 1 Mar 2010 17:32:34
Message: <4b8c4082@news.povray.org>
Warp wrote:
>   Make a system which automatically builds a "makefile" behind the scenes
> and keeps it up-to-date as the source code changes (ie. by updating all
> the dependencies between files), and you have gone a long way towards an
> IDE.

I use the CMake build system, where you just write this:

add_executable(myraytracer main.cpp spheres.cpp lights.cpp)

...and it handles the dependency mess for you. You don't need an IDE for 
that.


I also use the KDevelop IDE, which does not ever edit the makefile (or 
CMakeLists) for you.


Post a reply to this message

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