There is initial work done in the this branch http://svn.berlios.de/wsvn/codeblocks/branches/codeblocks_console/?#a9d0bd8ef7e401af0a01b460d3e4bea4d
But you still have a dependency on the wxBase, I think.
How do I "svn checkout" that?
svn checkout http://svn.berlios.de/svnroot/repos/codeblocks/branches/codeblocks_console
TryCodesvn checkout http://svn.berlios.de/svnroot/repos/codeblocks/branches/codeblocks_console
There is initial work done in the this branch http://svn.berlios.de/wsvn/codeblocks/branches/codeblocks_console/?#a9d0bd8ef7e401af0a01b460d3e4bea4dYou need full blown wxWidgets to build it.
But you still have a dependency on the wxBase, I think.
Do you have svn (commandline version) installed ?TryCodesvn checkout http://svn.berlios.de/svnroot/repos/codeblocks/branches/codeblocks_console
It doesn't work.
I typed wrong the svn command, I used /wsvn instead of /svnroot/repos in the URL.Yes, if it is ready to be merged with trunk.
Thanks.
Do you plan to include codeblocks_con binary together with the regular codeblocks release?
The console binary (codeblocks_con ) most likely has dependencies on gui-stuff.
At the moment I split some part in base and gui-files, but it's still very hacky and uses a lot of ifdefs.
If all related files are split a reorganisation will come (and also a possibility to build just the console-binary).
Neverthelees it works and can be used from a real console, with no running X-server.