Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » pngwrite
pngwrite [message #683445] Mon, 13 June 2011 18:32 Go to next message
aaron  is currently offline aaron Friend
Messages: 2
Registered: August 2009
Junior Member
I am trying to get eclipse to compile my program with the pngwrite library. when i compile the program through Linux terminal I type in

g++ expand.cpp -o expand `freetype-config --cflags` -I/usr/local/include -L/usr/local/lib -lpng -lpngwriter -lz -lfreetype

how do I get eclipse to do this
Re: pngwrite [message #683764 is a reply to message #683445] Tue, 14 June 2011 11:44 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
http://wiki.eclipse.org/CDT/User/FAQ#Adding_C.2FC.2B.2B_External_Libraries

Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:How to build files that are referenced via links?
Next Topic:Debug with terminal
Goto Forum:
  


Current Time: Sat Apr 27 01:16:07 GMT 2024

Powered by FUDForum. Page generated in 0.03843 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top