de:debian
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende Überarbeitung | |||
de:debian [2010/12/07 23:23] – zet | de: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. | + | |
- | + | ||
- | < | + | |
- | sudo apt-get install psi-plus psi-plus-plugins psi-plus-icons psi-plus-skins | + | |
- | </ | + | |
- | + | ||
- | + | ||
- | ===== 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> | + | |
- | + | ||
- | Install packages to build Psi +. Installed once at the first build: | + | |
- | < | + | |
- | sudo apt-get install git-core qt4-dev-tools libqt4-dev build-essential subversion patch | + | |
- | </ | + | |
- | + | ||
- | Remove previous build to clean build: | + | |
- | < | + | |
- | cd ~ | + | |
- | rm -rf psi | + | |
- | </ | + | |
- | + | ||
- | Download the Psi source code and submodules from git: | + | |
- | < | + | |
- | git clone git:// | + | |
- | cd psi | + | |
- | git submodule update --init | + | |
- | </ | + | |
- | + | ||
- | The resulting directory can be saved and then run the commands in this directory you can get the latest version Psi: | + | |
- | < | + | |
- | git pull | + | |
- | git submodule update | + | |
- | </ | + | |
- | + | ||
- | Download all patches and applies them to the Psi source code: | + | |
- | < | + | |
- | cd ~ | + | |
- | svn co http:// | + | |
- | cd psi | + | |
- | cat *.diff|patch -p1 | + | |
- | </ | + | |
- | + | ||
- | Download iconsets and type current revision in Psi: | + | |
- | < | + | |
- | svn export --force http:// | + | |
- | svn export --force http:// | + | |
- | rev=`svnversion` | + | |
- | sed " | + | |
- | </ | + | |
- | + | ||
- | Building Psi+ and install (root privileges needed to install): | + | |
- | + | ||
- | < | + | |
- | qconf && ./configure --enable-plugins && make && sudo make install | + | |
- | </ | + | |
- | + | ||
- | __**Note!**__ | + | |
- | + | ||
- | If the command // | + | |
- | < | + | |
- | qmake-qt4 --version | + | |
- | </ | + | |
- | + | ||
- | Look at the path and then run // | + | |
- | < | + | |
- | ./configure --qtdir=< | + | |
- | </ | + | |
- | + | ||
- | Most likely it will be: | + | |
- | < | + | |
- | ./configure --qtdir=/ | + | |
- | </ | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | ==== Other resources ==== | + | |
- | + | ||
- | If you need to install additional emoticons, icons and customer moods and/or Russian localization, | + | |
- | + | ||
- | + | ||
- | + | ||
- | === Emoticons, moods and other iconsets === | + | |
- | + | ||
- | < | + | |
- | cd / | + | |
- | rm -rf iconsets | + | |
- | svn co http:// | + | |
- | </ | + | |
- | + | ||
- | Previous operation is done once, at the first build. Then it will be enough to do: | + | |
- | + | ||
- | < | + | |
- | cd / | + | |
- | svn up | + | |
- | </ | + | |
- | + | ||
- | + | ||
- | + | ||
- | === Russian localization === | + | |
- | + | ||
- | < | + | |
- | cd / | + | |
- | svn co http:// | + | |
- | </ | + | |
- | + | ||
- | Previous operation is done once, at the first build. Then it will be enough to do: | + | |
- | + | ||
- | < | + | |
- | cd / | + | |
- | svn up | + | |
- | </ | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | ==== Compile and install Psi+ Plugins ==== | + | |
- | + | ||
- | Consider the example of [[plugins# | + | |
- | + | ||
- | < | + | |
- | cd ~/ | + | |
- | svn co http:// | + | |
- | cd gmailserviceplugin | + | |
- | qmake gmailserviceplugin.pro | + | |
- | make | + | |
- | mkdir / | + | |
- | cp libgmailserviceplugin.so / | + | |
- | </ | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | ===== Finally ===== | + | |
- | + | ||
- | Enjoy ;-) | + | |
+ | Schauen Sie sich die englische Version an | ||
+ | https:// | ||
de/debian.1291764182.txt.gz · Zuletzt geändert: 2010/12/07 23:23 (Externe Bearbeitung)