Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Rainlendar2 auf Gentoo Installieren
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
soundrolf
Tux's lil' helper
Tux's lil' helper


Joined: 08 Sep 2016
Posts: 122
Location: Cologne / Germany

PostPosted: Thu Sep 08, 2016 4:16 pm    Post subject: Rainlendar2 auf Gentoo Installieren Reply with quote

Für diejenigen die diesen schönen Desktop Kalender haben möchten, ohne das tief in das System eingegriffen wird.

Profile: default/linux/amd64/13.0/desktop
Desktop XFCE4 v.4.12

Download

Der Kalender
Rainlendar-Lite-2.13.1-amd64.tar.gz
http://www.rainlendar.net

nötige Bibliotheken
libjpeg8_8d1.tar.gz
https://packages.debian.org/de/sid/libjpeg8

libpng-1.2.56.tar.gz
https://sourceforge.net/projects/libpng/files/libpng12/1.2.56/

Startscript erstellen 'startrainlendar2.sh'

--------------------------- snip -------------------------
#!/bin/sh

LD_LIBRARY_PATH=/opt/rainlendar2
export LD_LIBRARY_PATH
PATH=/opt/rainlendar2:$PATH
export PATH
exec rainlendar2
exit 0
--------------------------- snap -------------------------

Kompilation und Installation

Es wird nichts Systemweit Installiert. Wir brauchen lediglich die Bibliotheken, die in den 'rainlendar2' Ordner Kopiert werden.

Die beiden Bibliotheken jeweils Entpacken und Kompilieren
zB. ` ./configure --prefix=/usr ; make `
In den Makefiles die Zeile `libdir = ${exec_prefix}/lib`
auskommentieren und ersetzen mit dem Pfad wo sich der Ordner gerade befindet zB. `libdir=/home/rolf/Downloads/jpeg-8d1`
Dann als Benutzer (nicht root) ein `make install` machen. Es wird nichts Installiert da die permission nicht stimmt, aber in dem Ordner der Quelle sind dann die Bibliotheken.
Noch ein `libtool --finish /home/rolf/Downloads/jpeg-8d1`
Fertig sind die Bibliotheken mit den Symlinks.

Diese Bibliotheken zusammen mit den Symlinks in den entpackten `rainlendar2` Ordner Kopieren. Das Startscript auch in diesen Ordner.

Fertig. 'rainlendar2' mit dem Startscript starten, und läuft !
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum