Installing on a RPM based Distro

Use this category to discuss anything related to the development of Guayadeque.
Garthhh
Posts: 25
Joined: Fri Sep 24, 2010 10:02 am

Installing on a RPM based Distro

Post by Garthhh »

My test machine is running a fork of Mandriva
Mageia
http://www.mageia.org/en/
I'm wondering how do I get there from here?
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Installing on a RPM based Distro

Post by anonbeat »

Hello,
here you can find a guide on how to install the svn version in fedora 15. It may help you.
http://guayadeque.org/forums/index.php? ... mment/2207

Thanks for your help
Garthhh
Posts: 25
Joined: Fri Sep 24, 2010 10:02 am

Installing on a RPM based Distro

Post by Garthhh »

They're working on it on the bugzilla for the distro
https://bugs.mageia.org/show_bug.cgi?id=2347
also a thread
https://forums.mageia.org/en/viewtopic. ... 6322#p6322
I'll keep you posted
rotwang888
Posts: 55
Joined: Thu Oct 07, 2010 1:29 pm

Installing on a RPM based Distro

Post by rotwang888 »

Did you try building from source? I've never used Mandriva and I'm curious to know if the package names are the same.
rotwang888
Posts: 55
Joined: Thu Oct 07, 2010 1:29 pm

Installing on a RPM based Distro

Post by rotwang888 »

.
Garthhh
Posts: 25
Joined: Fri Sep 24, 2010 10:02 am

Installing on a RPM based Distro

Post by Garthhh »

I did get it built & working
I made a package request
https://bugs.mageia.org/show_bug.cgi?id=2347

to install on Magiea
I went to the package manager & installed
Subversion
task-c++-devel

the dependencies:
run the below on a terminal
urpmi cmake wxGTK-devel sqlite3-devel libxml2-devel taglib-devel curl-devel libmp4v2-devel libflac-devel libdbus-1-devel libgstreamer-devel imagemagick libgpod-devel libindicate-devel

download the source tarball
http://sourceforge.net/projects/guayade ... 2/download

Extract/uncompress the source files

run on a terminal as root
su
[enter password]
change directories[cd] to wherever the uncompressed files are
once there
run
make .
make
make install

Guayadeque is then ready to use
open
set path to library
enjoy
Garthhh
Posts: 25
Joined: Fri Sep 24, 2010 10:02 am

Installing on a RPM based Distro

Post by Garthhh »

minor mistake
make .
should read cmake .
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Installing on a RPM based Distro

Post by anonbeat »

Thank you Garthhh
Garthhh
Posts: 25
Joined: Fri Sep 24, 2010 10:02 am

Installing on a RPM based Distro

Post by Garthhh »

is cameron going to post this procedure on the wiki?
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Installing on a RPM based Distro

Post by anonbeat »

Its up in the wiki

http://guayadeque.org/forums/index.php? ... InstallMAG

Thanks for your help
Locked