Author Topic: how to run project by root?  (Read 3936 times)

Offline creatxr

  • Multiple posting newcomer
  • *
  • Posts: 28
how to run project by root?
« on: November 22, 2011, 01:54:44 am »
some project need to run by root e.g. server socket .
how to let CB to run that by root?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: how to run project by root?
« Reply #1 on: November 22, 2011, 02:29:51 am »
You can try sudo, gksudo or something similar.
And search the forum, there should be something mentioned already.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: how to run project by root?
« Reply #2 on: November 22, 2011, 02:48:41 am »
I assume you could do something like setup a post build step or a Tools+ command to launch it.