Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How to compile an open source project without Makefile ?
How to compile an open source project without Makefile ? [message #782552] Mon, 23 January 2012 23:38 Go to next message
Laurent Alebarde is currently offline Laurent AlebardeFriend
Messages: 17
Registered: January 2012
Junior Member
Hi,

I am quite new on Eclipse. I used it once in the past for a one file C++ project, and more recently for a one file Python project.

I downloaded an open source C++ project. There are only .cpp and .h files. The project build well with : g++ *.cpp -W -Wall -Wextra -ansi

But I don't see how to build it in Eclipse. Please, help.
Re: How to compile an open source project without Makefile ? [message #782673 is a reply to message #782552] Tue, 24 January 2012 07:50 Go to previous messageGo to next message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
http://help.eclipse.org/indigo/topic/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm

Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Re: How to compile an open source project without Makefile ? [message #783033 is a reply to message #782673] Tue, 24 January 2012 23:27 Go to previous message
Laurent Alebarde is currently offline Laurent AlebardeFriend
Messages: 17
Registered: January 2012
Junior Member
Many thanks Axel.
Previous Topic:Clear Breakpoint Status message
Next Topic:Run Command looks in wrong directory
Goto Forum:
  


Current Time: Thu Apr 25 09:14:22 GMT 2024

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

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

Back to the top