Mandriva 2010
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Mandriva 2010
How to install codelite in Mandriva
CodeLite 15.x
CodeLite is awesome, I just Love it!
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Mandriva 2010
Hi,
AFAIK there isn't a mandriva rpm, so you have to build it yourself.
If you don't already have it, install the mandriva wx devel package: libwxgtku2.8-devel or lib64wxgtku2.8-devel. (Or you could build your own wx if you wish). If you want to build a debug version of CodeLite, install the wx debug package too. Then build CodeLite as normal: see http://codelite.org/LiteEditor/Download.
Regards,
David
AFAIK there isn't a mandriva rpm, so you have to build it yourself.
If you don't already have it, install the mandriva wx devel package: libwxgtku2.8-devel or lib64wxgtku2.8-devel. (Or you could build your own wx if you wish). If you want to build a debug version of CodeLite, install the wx debug package too. Then build CodeLite as normal: see http://codelite.org/LiteEditor/Download.
Regards,
David
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Mandriva 2010
those packages are not there buddy!
Can you explain with grains of salt? I'm compltely new to Mandriva and I used Linux long ago
Can you explain with grains of salt? I'm compltely new to Mandriva and I used Linux long ago
CodeLite 15.x
CodeLite is awesome, I just Love it!
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Mandriva 2010
I don't use Mandriva myself, but...
From the start menu, choose 'Install and remove software'. You'll be asked for the superuser password.
Then search for 'wxgtk' in the Find: field.
(If it's not found, you probably need to 'reload the packages list' or 'update the media', both from the File menu.)
Tick the packages that you need. You'll also need 'gcc-c++' and 'make', if they're not already on your system.
Click 'Apply'. Drink coffee.
Now you should be able to build CodeLite.
From the start menu, choose 'Install and remove software'. You'll be asked for the superuser password.
Then search for 'wxgtk' in the Find: field.
(If it's not found, you probably need to 'reload the packages list' or 'update the media', both from the File menu.)
Tick the packages that you need. You'll also need 'gcc-c++' and 'make', if they're not already on your system.
Click 'Apply'. Drink coffee.
Now you should be able to build CodeLite.
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Mandriva 2010
Ok, Although it is easy to use tar files, I am curious to know if Suse's rpm can be used in Mandriva without causing unstability or any other issues
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Mandriva 2010
I don't know; try it and see.I am curious to know if Suse's rpm can be used in Mandriva without causing unstability or any other issues
Generally, packages built for one distro often fail to work on a different one, either because their dependent libraries are stored in different places, or are incompatible versions.