Code::Blocks IDE version 1.0-beta5 released!

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
mandrav
Earned a small fee
Earned a small fee
Posts: 11
Joined: Wed Jan 05, 2005 7:43 am

Code::Blocks IDE version 1.0-beta5 released!

Post by mandrav »

Code::Blocks is an open-source cross-platform IDE (Integrated Development Environment) for C/C++.

Supported compilers under win32 are:
* GNU GCC (MinGW/Cygwin)
* Microsoft's Visual C++ Free Toolkit 2003
* Borland's C++ Compiler 5.5
Under Linux, GNU GCC is supported.

All supported compilers are auto-detected and configured for use, without the user having to do anything.

This new release has no longer the requirement to have GNU "make" installed. It can build projects using its internal "make"-like replacement, which is a major step forward for new users.

For more info on the project, visit its homepage, or its SourceForge project page

Yiannis :)
Avi
Super wx Problem Solver
Super wx Problem Solver
Posts: 398
Joined: Mon Aug 30, 2004 9:27 pm
Location: Tel-Aviv, Israel

Post by Avi »

Thanks! Testing. I've already noticed a crash when right-clicking the Project's build options list tree... ;)
jdubchak
In need of some credit
In need of some credit
Posts: 9
Joined: Wed Sep 01, 2004 11:45 am
Location: Minneapolis, MN
Contact:

Post by jdubchak »

One thing I find missing in both the FAQ's and online information, is how to get it compiled and set up on a non-Windows platform such as Linux.

The website professes to have a "cross-platform" IDE, but no information is given on how to realize this.

Does anyone have this running under Linux?

Thanks,
John
mandrav
Earned a small fee
Earned a small fee
Posts: 11
Joined: Wed Jan 05, 2005 7:43 am

Post by mandrav »

Linux installation documentation, as well as other articles, will be added after we release the next update. Hopefully, this will happen some time next week ;)

Yiannis.
Post Reply