Building C/C++ project without IDE

Started by
10 comments, last by Cornstalks 10 years, 10 months ago

I would go with CMake as Matt-D suggested.

Alternatively, SCons is also really simple to use and will output the final executable with just one command.

In my opinion you should try to stay away from pure make, it will probably only give you headaches.

Advertisement

In my opinion you should try to stay away from pure make, it will probably only give you headaches.

I would say knowing how to use Makefiles is a very valuable skill. I don't think you have to have extensive knowledge of Make, but it's certainly something everyone should have at least some experience with and be able to use at least on a basic level. If you develop in C or C++, you will, at some point, have to deal with Make and Makefiles, even if you hate them bitterly. I personally think he should at least use Makefiles for a little bit, maybe for a project or two, and then move onto something else, if he wishes.

[size=2][ I was ninja'd 71 times before I stopped counting a long time ago ] [ f.k.a. MikeTacular ] [ My Blog ] [ SWFer: Gaplessly looped MP3s in your Flash games ]

This topic is closed to new replies.

Advertisement