My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
GiverOnOpensuseTenDotTwo  
How to get Giver running on Opensuse 10.2
Updated Feb 4, 2010 by calvi...@gmail.com

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...@gmail.com, 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...@gmail.com, 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 jro...@gmail.com, Jun 12, 2008

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

Comment by ericlake, Jul 9, 2008

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

Comment by polki...@gmail.com, Apr 8, 2009

Installing on Ubuntu 8.10:

sudo apt-get install giver


Sign in to add a comment
Powered by Google Project Hosting