Results 1 to 10 of 32
I want C++ for programing in my project or somthing like Visual c++
in mandriva 2006 x86_64...
- 09-27-2006 #1
I want Programing
I want C++ for programing in my project or somthing like Visual c++
in mandriva 2006 x86_64
- 09-27-2006 #2
Are you asking a question here?
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 09-27-2006 #3
yeah .
i need to open a C++ prgramming .
are there a C++ in Mandriva 2006 Or i need to find one ?
if there are , is it visual ?
- 09-27-2006 #4Hello again - you can certainly programme in C++ using Linux. A good visual environment is KDevelop. You just need to ensure that you have the right compiler installed. The one you need is called GCC and it should already be installed.
Originally Posted by amr
You might need to install KDevelop separately, but this isn't too hard.I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 09-27-2006 #5
action
i downloaded Kdevelop it is kdevelop-3.3.4.tar.bz2
what can i do to install it ?
thin to open it ?
- 09-27-2006 #6
Hi !
check this article... How To Install Software in Linux
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-27-2006 #7
one step ahead
oh i extract this file in my disk !
but i still waiting to know how to install ?
- 09-27-2006 #8
On Mandriva, go to MCC -> Software Management -> Install Software, search for kdevelop and select it for installation. Alternatively you can switch to root in a terminal and do
Code:#urpmi kdevelop
- 09-27-2006 #9
It's better to install this package as an rpm as daark.child suggests. If you compile it from source - and I'm speaking from experience - it can take > 1 hour to install.
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 09-27-2006 #10
more
where i found the RPM version ?
after i do that < check this article... How To Install Software in Linux > from devils_casper
it gives me an error message , after . /configure :
configure: error: You need to have flex installed.


Reply With Quote
