Author Topic: Building without XServer?  (Read 2341 times)

Offline Halan

  • Multiple posting newcomer
  • *
  • Posts: 43
Building without XServer?
« on: May 06, 2012, 03:52:12 pm »
Hey Guys,

my virtual Server is running a really old kernel and because of that it has an older version of libc and gcc. This prevents software compiled on my development machine to run on that server.

I was wondering if I'm able to compile codeblocks-projects directly on the server with some commandline tool. Is there a way to run codeblocks without X or create makefiles from the codeblocks projects? There used to be some extension for makefiles but afaik it is not maintained anymore.


greetings
Halan

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Building without XServer?
« Reply #1 on: May 06, 2012, 04:02:38 pm »
You can try this: http://forums.codeblocks.org/index.php/topic,14402.msg96848.html#msg96848 or cbp2make (search the forum for it, there is a long thread about it).