News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

building codeblocks from a non-gui console?

Started by ouch, December 13, 2011, 08:27:15 AM

Previous topic - Next topic

ouch

so yeah I finally got a small linux box going and I wanted to put all my common sources on it to compile everything for me. Problem is I can't seem to get codeblocks to compile without an gui present.

I'm using an ssh tunnel with putty for a basic console. Is this possible?


Jenna

It's possible, if you use self-compiled C::B from the experimental console-branch.
See: http://forums.next.codeblocks.org/index.php/topic,15662.msg105355.html#msg105355 (similar question).

You need to compile on a full blown linux, with wxWidgets  dev-files (also gui), but it runs on a pure headless server.
If you need to create packages, you can use checkinstall (should be available on any major distro).