News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

installing Code::Blocks on mandriva 2007

Started by Brain Damage, October 22, 2006, 07:53:08 PM

Previous topic - Next topic

Brain Damage

Hi all, i've recently switched to linux, and i would like to port this program in it; my problem is that my wxgtk packages in madriva doesn't seems to be compatible with the one of Fedora or SuSe, so when i try to install the rpm for those distributions it tells me that i need that library (i have the devel lib too).

anyone has a link for a mandriva compatible rpm? (i've searched in the forums but the only link i've found was removed by the server due to the inactivity)

davidcosse

Je n'ai pas de RPM mais ayant pas mal galéré pour installer codeblocks (ou code::blocks , c'est pareil), je décide donc de vous faire par de mon expérience et je vous indique donc la démarche qui a conduit au succès de l'installation.
Installation sur Mandriva 2008
Codeblocks svn
Dans un premier temps à partir du centre de contrôle Mandriva installer les packets suivants et leur dépendance:

subversion
gtk+2.0
zip
make
automake
autoconf
m4
gettext
libtool
intltool
gcc-c++
libstc++-devel
wxgtk2.8
libwxgtk2.8
libwxgtk2.8-devel

Maintenant toute les dépendances doivent être installées on peut donc passer à l'installation de Code::Blocks à proprement parler.

ouvrir une console
créer un répertoire .CodeBlocks:
   mkdir .CodeBlocks
ce rendre dans ce répertoire:
   cd .CodeBlocks
télécharger codeblocks:
   svn checkout svn://svn.berlios.de/codeblocks/trunk
ce rendre dans le répertoire trunk
   cd trunk
taper la commande suivante:
   ./bootstrap
   ./configure
   make
devenir super utilisateur
   su
(entrez votre mot de passe root en aveugle)
   make install
sortir du compte root
   exit
L'installation est terminée !

Pour lancer codeblocks entrez:
   codeblocks&

et voila.

TDragon

The Code::Blocks forums are restricted to the English language only. Please rewrite all three of your posts in English.

This is due to laws in Europe which make a website owner responsible for any of its content.

Thank you.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)