editors/CodeLite: Difference between revisions

From devkitPro
Jump to navigation Jump to search
(Created page with "Eventually we intend to supply CodeLite as the editor of choice for the devkitPro toolchains. This is a really nice cross platform lightweight IDE with advanced features.")
 
No edit summary
 
Line 1: Line 1:
Eventually we intend to supply CodeLite as the editor of choice for the devkitPro toolchains. This is a really nice cross platform lightweight IDE with advanced features.
Eventually we intend to supply CodeLite as the editor of choice for the devkitPro toolchains. This is a really nice cross platform lightweight IDE with advanced features.
As it stands CodeLite needs a little bit of work before being bundled with the toolchains. Currently the template system flattens the project folder which breaks the layout of the devkitPro supplied templates so they won't work. For now we have a set of CodeLite template projects which you can use as a basis found [http://sourceforge.net/projects/devkitpro/files/misc/ here]. Simply copy the appropriate folder for your chosen console target, add source files, edit the Makefile if necessary and build.

Latest revision as of 10:19, 28 July 2011

Eventually we intend to supply CodeLite as the editor of choice for the devkitPro toolchains. This is a really nice cross platform lightweight IDE with advanced features.

As it stands CodeLite needs a little bit of work before being bundled with the toolchains. Currently the template system flattens the project folder which breaks the layout of the devkitPro supplied templates so they won't work. For now we have a set of CodeLite template projects which you can use as a basis found here. Simply copy the appropriate folder for your chosen console target, add source files, edit the Makefile if necessary and build.