Well it's been awhile since I ran Linux. I have just installed it and I am dual booting with Win 7. What are some good development kits available (compilers, etc.) pretty much something I can write code in then run to see the outcome
Ubuntu 10.04
Started by ethikz, Oct 08 2010 03:02 AM
5 replies to this topic
#1
Posted 08 October 2010 - 03:02 AM
|
|
|
#2
Posted 08 October 2010 - 07:12 AM
Installing the build-essentials package will give you GCC and the toolchains to build almost any source.
However, by Development kits, do you mean IDEs and editors? Or are you looking for interesting libraries and platforms to develop on?
However, by Development kits, do you mean IDEs and editors? Or are you looking for interesting libraries and platforms to develop on?
#3
Posted 08 October 2010 - 07:25 AM
I assume you mean an IDE. Geany (http://www.geany.org/) has a great lightweight editor, and automatically selects the compiler to use based on the file you're editing, better alternative to the 40-100MB IDEs like Code::Blocks
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#4
Posted 08 October 2010 - 07:27 AM
Well so far I have gedit as default for my editor and python since they both come installed...well looking for a bit of both
#5
Posted 08 October 2010 - 07:28 AM
#6
Posted 08 October 2010 - 12:22 PM
I've always been a fan of Eclipse as an IDE, its awfully feature heavy for learning developers however, making it difficult to use for the novice programmer.
None the less, Pydev is an excellent extension for Eclipse to do Python Development.
None the less, Pydev is an excellent extension for Eclipse to do Python Development.


Sign In
Create Account


Back to top









