Page 1 of 2

Installing on a RPM based Distro

Posted: Thu Jul 28, 2011 9:24 am
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?

Installing on a RPM based Distro

Posted: Thu Jul 28, 2011 12:59 pm
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

Installing on a RPM based Distro

Posted: Sun Jul 31, 2011 12:08 pm
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

Installing on a RPM based Distro

Posted: Mon Aug 01, 2011 10:36 am
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.

Installing on a RPM based Distro

Posted: Mon Aug 01, 2011 10:36 am
by rotwang888
.

Installing on a RPM based Distro

Posted: Tue Aug 02, 2011 5:30 am
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

Installing on a RPM based Distro

Posted: Tue Aug 02, 2011 6:04 am
by Garthhh
minor mistake
make .
should read cmake .

Installing on a RPM based Distro

Posted: Tue Aug 02, 2011 6:06 am
by anonbeat
Thank you Garthhh

Installing on a RPM based Distro

Posted: Tue Aug 02, 2011 3:46 pm
by Garthhh
is cameron going to post this procedure on the wiki?

Installing on a RPM based Distro

Posted: Thu Aug 04, 2011 11:36 pm
by anonbeat
Its up in the wiki

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

Thanks for your help