PDA

View Full Version : ubuntu software



bribaetz
August 5th, 2007, 09:42 PM
i need software for ubuntu to develop compilers for CPP python basic
can some one direct me to a um catolog site

v8YKxgHe
August 5th, 2007, 09:46 PM
System->Admin->Synaptic

Search for what ever you need =)

bribaetz
August 6th, 2007, 12:51 AM
um i could nbot find it

Nekiruhs
August 6th, 2007, 12:56 AM
... Python doesn't compile. Python is an interpreted language. The closest it gets to compilation is bytecode. And thats optional.

bribaetz
August 6th, 2007, 02:47 AM
ooh then its useless to me i need a compiler for the other stuff

Hex_Mandos
August 6th, 2007, 03:01 AM
What "other stuff" do you need to compile? Python is an interpreted language.

If by CPP you mean C++, you need gcc. copy and paste the following command into your terminal:


sudo aptitude install build-essential

As for BASIC, I've no idea. You can try GAMBAS, which is quite similar to MS Visual Basic 6:


sudo aptitude install gambas

But keep in mind that your Gambas GUIs will use QT, so you'll have to release your software under the GPL (unless you have a license from Trolltech for proprietary software development)

Incense
August 6th, 2007, 03:24 AM
Why not give real basic a shot. It's free (beer) on Linux. From what I can tell it looks a lot like MS Visual Basic.

http://www.realsoftware.com/