My favorites | Sign in
Project Logo
                
Search
for
Updated Jul 27, 2007 by calvinrg
GiverOnOpensuseTenDotTwo  
How to get Giver running on Opensuse 10.2

Introduction

Aaron Bockover wrote a summary of how to get Giver running on Opensuse 10.2

Details

How to run Giver on openSUSE 10.2, assuming you have a full GNOME and Mono devel stack installed for build and runtime deps:

  • sudo smart remove avahi libdaemon
  • Download libdaemon 0.12
  • Download avahi 0.6.20
  • Build libdaemon: ./configure --prefix=/usr && make && sudo make install
  • Build Avahi: ./configure --prefix=/usr --sysconfigdir=/etc --disable-qt3 --disable-qt4 && make && sudo make install
  • Build giver from source

Comment by johannes.simon, Aug 16, 2007

On openSUSE 10.1, I got it running doing the following:

And run giver :D

I disabled monodoc because it failed the integrity check when I tried to install it via yast, so you might want to re-enable it. Also, I did not need to reinstall avahi and libdaemon.

Comment by johannes.simon, Aug 22, 2007

Apparently this broke my F-Spot installation on that machine. I don't know what exact part broke it, but it's gotta be one of those RPMs from the OSS-factory repository. Is there another way to install ndesk-dbus on OpenSuse? 10.1?

Comment by jrojas, Jun 12, 2008

You will put here some instructions about installing giver on Ubuntu?

Comment by ericlake, Jul 09, 2008

Does giver only work on a local network or will it work over a WAN?

Comment by polkipop, Apr 08, 2009

Installing on Ubuntu 8.10:

sudo apt-get install giver


Sign in to add a comment
Hosted by Google Code