Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: zyjjingle on September 19, 2009, 05:24:40 pm

Title: Plugin support SSH?
Post by: zyjjingle on September 19, 2009, 05:24:40 pm
we often use SSH(or telnet) login to linux server to compiler some thing. Do C::B  support SSH ? do building on remote host and disply result message on C::B.
Title: Re: Plugin support SSH?
Post by: mariocup on September 19, 2009, 05:46:07 pm
Hi zyjjingle,

perhaps this could be a solution:

http://wiki.codeblocks.org/index.php?title=Installing_Uniwin_remote_compiler
Title: Re: Plugin support SSH?
Post by: zyjjingle on September 23, 2009, 06:10:41 pm
thanks,this is a very useful for me.

But in most time, I just use Makefile in remote host, no a CodeBlock's project.
I alway use "make clean" or "make".

If CodeBlock can embedded  putty in it, that is great. I will edit soucecode in C::B, through putty do build,
and compile's message show in C::B.