C/C++
Recommended IDE ?
3
4018
View: 4018|Reply: 3
|
[C/C++]
Recommended IDE ?
[Copy link]
|
|
Under Raspbian I have tried Geany - accessing it through MS Remote Desktop.
But under Bananian I have no idea, which GUI and remoter should be taken. |
|
|
|
|
|
|
|
Edited by Roy360 at Sun Mar 1, 2015 14:44
Netbeans can can compile on remote machines.
But it doesn't seem to auto save, so you have to ssh'd the .c files before you run. (or else it will run the old verison)
https://netbeans.org/kb/docs/cnd/remotedev-tutorial.html
NOTE: The latest Netbeans doesn't seem to detect gcc. I got it to work with Netbeans 7 |
|
|
|
|
|
|