LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Sabayon (https://www.linuxquestions.org/questions/sabayon-86/)
-   -   How Do I Get gnome-hearts? (https://www.linuxquestions.org/questions/sabayon-86/how-do-i-get-gnome-hearts-4175461305/)

garyefron 05-09-2013 12:06 PM

How Do I Get gnome-hearts?
 
version 13.04 xfce
Using Rigo, I got everything I needed - except hearts. Where do I go to get it?

John VV 05-09-2013 08:58 PM

I went looking for it a bit back

You will need to build it from the source code
http://www.jejik.com/gnome-hearts/download
gnome-hearts-0.3.tar.gz

the build instructions
http://www.jejik.com/gnome-hearts/users/

garyefron 05-11-2013 01:04 AM

Thanks for the info. I downloaded the source, but the make did not work.

John VV 05-11-2013 01:16 AM

are all the prerequisites installed ?
to quote the build instructions

It builds and runs on my OpenSUSE12.2 64 bit KDE4 install
Quote:

1.2: From source

If you want to compile gnome-hearts from source, you will need to have the following packages installed on your system:

gnome 2
libgnomeui (plus headers)
libglade2 (plus headers)
python2.3 or better (plus headers)

Download the tar.gz package for the latest release from the download page and extract it somewhere convenient.
--- and so on ------

the current gnome3 libs do work - you do NOT need the whole gnome2 and 3 desktop .
please post the ./configure error output

( you might want to use this command to avoid having it want to install in "/usr/local/bin" and "/usr/local/lib" )
Code:

./configure --prefix=/usr
then read the error
it will inform you as to what is missing

if it informs you to run "make"
then there is no configure error
also the error IS in the "config.log"
that log is automatically created


All times are GMT -5. The time now is 11:31 AM.