Help to run a codelite project

General questions regarding the usage of CodeLite
tirengarfio
CodeLite Curious
Posts: 1
Joined: Sat Apr 07, 2012 2:18 pm
Genuine User: Yes
IDE Question: c++
Contact:

Help to run a codelite project

Post by tirengarfio »

Hi,

I have just downloaded this tarball...Now I wan to compile it. I found a readme in trunk/projects/gcc that says this:
The Linux GCC and Windows MinGW builds in this project are supported via a CodeLite project file.
Codelite is a very cool open source C++ IDE, it can be found here: http://www.codelite.org/
Other GCC build methods aren't actively supported but contributors and maintainers are welcome to do so!
Just drop me a line and I'll see about adding you to the project's svn write access list.
So I installed codelite 3.5 and opened the trunk/projects/gcc/libtheoraplayer.workspace with codelite but when I try to run the project (play button) nothing happens..any idea?

Ubuntu 11.10

Javier
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Help to run a codelite project

Post by DavidGH »

Hi Javier,
but when I try to run the project (play button) nothing happens
Did you build the project first? The tarball is (presumably) source-code, not a binary.

If that's not the answer, please give more details about what is going wrong. "nothing happens" isn't helpful; you need to do things like posting what is logged in the Output View.

Regards,

David
Post Reply