Advertisement

Anjuta Libraries

Started by January 01, 2002 10:04 PM
0 comments, last by subnet_rx 23 years ago
I'm having real trouble making the switch from VC to Anjuta. Particularly, how to set up projects to use libraries. I have yet to compile a GTKmm file that doesn't use Anjuta's template. I don't have a problem using the template, but I'd like to know what files are being included. Anyone know of any good tutorials, or should I just learn to compile from the command line and use makefiles? subnet_rx

"There are two types of langages, those that everyone bitches about, and those that no one uses."

C++ Standardized Libraries
C++ Programming help
The only news site on the web Edited by - subnet_rx on January 1, 2002 11:05:37 PM

"There are two types of languages, those that everyone complains about, and those that no one uses."Standardized C++ LibrariesGamecron PC GamingA Christian Blog
I do not think that setting up Anjuta is hard but makefiles has several advantages:
- can be used to build other stuff like datafiles or with LaTeX
- available on all platforms
- lets you pick your favorite tools like editor, ...
- makefiles are easy to understand and change

This topic is closed to new replies.

Advertisement