Benutzer-Werkzeuge

Webseiten-Werkzeuge


de:debian

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
de:debian [2010/12/07 23:23] zetde:debian [2019/11/19 06:09] (aktuell) rion
Zeile 1: Zeile 1:
-====== Psi+ on Debian Linux ====== +====== Psi+ auf Debian Linux ======
- +
- +
-In debian testing and sid and in the ubuntu packages are in the official repositories. +
- +
-<code> +
-sudo apt-get install psi-plus psi-plus-plugins psi-plus-icons psi-plus-skins +
-</code> +
- +
- +
-===== Building Psi + on Debian and Debian-based systems from scratch (on the bare system) ===== +
- +
- +
-==== What may be needed and how to build? ==== +
- +
-Your system may not be **QtCrypto** and **QtDev>=4.6.0**. If you do not - they must be installed prior to build. +
- +
-Install packages to build Psi +. Installed once at the first build: +
-<code> +
-sudo apt-get install git-core qt4-dev-tools libqt4-dev build-essential subversion patch +
-</code> +
- +
-Remove previous build to clean build: +
-<code> +
-cd ~ +
-rm -rf psi +
-</code> +
- +
-Download the Psi source code and submodules from git: +
-<code> +
-git clone git://git.psi-im.org/psi.git +
-cd psi +
-git submodule update --init +
-</code> +
- +
-The resulting directory can be saved and then run the commands in this directory you can get the latest version Psi: +
-<code> +
-git pull +
-git submodule update +
-</code> +
- +
-Download all patches and applies them to the Psi source code: +
-<code> +
-cd ~ +
-svn co http://psi-dev.googlecode.com/svn/trunk/patches/ psi +
-cd psi +
-cat *.diff|patch -p1 +
-</code> +
- +
-Download iconsets and type current revision in Psi: +
-<code> +
-svn export --force http://psi-dev.googlecode.com/svn/trunk/iconsets/system/default iconsets/system/default +
-svn export --force http://psi-dev.googlecode.com/svn/trunk/iconsets/roster/default iconsets/roster/default +
-rev=`svnversion` +
-sed "s/\(xxx\)/${rev}/" -i src/applicationinfo.cpp +
-</code> +
- +
-Building Psi+ and install (root privileges needed to install): +
- +
-<code> +
-qconf && ./configure --enable-plugins && make && sudo make install +
-</code> +
- +
-__**Note!**__  If the **qconf** not installed you must be independently download it from the official [[http://delta.affinix.com/qconf/|site]] and build it. +
- +
-If the command //./configure// get an qtcore error, then we write: +
-<code> +
-qmake-qt4 --version +
-</code> +
- +
-Look at the path and then run //./configure// with the parameter: +
-<code> +
-./configure --qtdir=<path> +
-</code> +
- +
-Most likely it will be: +
-<code> +
-./configure --qtdir=/usr/bin +
-</code> +
- +
- +
- +
- +
- +
- +
- +
-==== Other resources ==== +
- +
-If you need to install additional emoticons, icons and customer moods and/or Russian localization, then do the following. +
- +
- +
- +
-=== Emoticons, moods and other iconsets === +
- +
-<code> +
-cd /usr/local/share/psi +
-rm -rf iconsets +
-svn co http://psi-dev.googlecode.com/svn/trunk/iconsets iconsets +
-</code> +
- +
-Previous operation is done once, at the first build. Then it will be enough to do: +
- +
-<code> +
-cd /usr/local/share/psi/iconsets +
-svn up +
-</code> +
- +
- +
- +
-=== Russian localization === +
- +
-<code> +
-cd /usr/local/share +
-svn co http://psi-ru.googlecode.com/svn/branches/psi-plus psi +
-</code> +
- +
-Previous operation is done once, at the first build. Then it will be enough to do: +
- +
-<code> +
-cd /usr/local/share/psi +
-svn up +
-</code> +
- +
- +
- +
- +
- +
-==== Compile and install Psi+ Plugins ==== +
- +
-Consider the example of [[plugins#gmail_service_plugin|Gmail Service Plugin]]: +
- +
-<code> +
-cd ~/psi/src/plugins/generic +
-svn co http://psi-dev.googlecode.com/svn/trunk/plugins/generic/gmailserviceplugin gmailserviceplugin +
-cd gmailserviceplugin +
-qmake gmailserviceplugin.pro +
-make +
-mkdir /usr/local/share/psi/plugins +
-cp libgmailserviceplugin.so /usr/local/share/psi/plugins +
-</code> +
- +
- +
- +
- +
- +
- +
- +
-===== Finally ===== +
- +
-Enjoy ;-)+
  
 +Schauen Sie sich die englische Version an
 +https://psi-plus.com/wiki/en:debian
  
  
de/debian.1291764182.txt.gz · Zuletzt geändert: 2010/12/07 23:23 (Externe Bearbeitung)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki