So, I've got an idea. Let's take a single core processor system with only 512M of ram, and try to make things worse by running an app, and other software that will make the system crawl.
There are better ways to approach this problem without the need to bog the system down with needless "bloatware". a) You could setup a cross-compile system, which admittedly can be overly complex to setup. or b) You could set up a Samba share from the beaglebone, then make that share available to your PC. This will allow you to create, and edit source files on your PC, as if that share were a local(to your PC ) drive. Which means, that you could use any editor in Windows to write source code, which is saved to the beaglebone, when files are saved. There are a few caveats to b above. First, if you are running Windows, you'll need an editor that will allow you to set file encoding( I use UTF-8), and an editor that will also allow you to set the files line endings. These need to be set to UNIX style line endings, in your editors preferences section. In addition to the above, you'll need to learn how to compile projects from the command line, which most of the time is not that difficult. Perhaps you could even setup plink( one of puTTY's companion tools), and your editor to compile for you. But that requires more setup, and you would have to understand how to use gcc / g++ from the command line already / anyway . . . On Thu, Feb 23, 2017 at 8:40 AM, Dror Lugasi <[email protected]> wrote: > Hi Everyone! I have a question regarding the console version of debian for > the BBB. > To keep my performance high i have disabled the desktop and am running > only the terminal like in a console version of linux. > my question is: can i run IDE's like eclipse or monodevelop with the their > GUI in this current situation? > > i have tried to install them and then type "monodevelop" or "eclipse" in > the command line and nothing happened. > > Any one knows how to do this? (if possible) > > My goal is to write multiple file projects in C++ and i want the comfort > of the GUI of the IDE. > > Thanks! > Dror. > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/beagleboard/709a8b21-7c4a-4bb7-9458-3d27e72f0b20%40googlegroups.com > <https://groups.google.com/d/msgid/beagleboard/709a8b21-7c4a-4bb7-9458-3d27e72f0b20%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALHSORrTH%3DWvuhEBKyV0%3D1rb_3Qs7wPdL6d14m%3D83RKF--S0-A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
