en:meego
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:meego [2010/09/05 23:24] – external edit 127.0.0.1 | en:meego [Unknown date] (current) – external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | #summary|Psi+ on Meego Linux (en) | + | ====== |
- | #labels Meego, | + | |
- | = Psi + Building on Meego (on the bare system) = | ||
- | == What may be needed and how to build? == | + | ===== Psi + Building on Meego (on the bare system) ===== |
+ | |||
+ | |||
+ | |||
+ | ==== What may be needed and how to build? | ||
Install packages to build Psi+. This packages are installed once at the first build: | Install packages to build Psi+. This packages are installed once at the first build: | ||
< | < | ||
- | yum install gcc gcc-c++ libgcc qt-devel git subversion patch make -y | + | sudo yum install gcc gcc-c++ libgcc qt-devel git subversion patch make -y |
</ | </ | ||
Remove previous build for " | Remove previous build for " | ||
+ | |||
< | < | ||
cd ~ | cd ~ | ||
Line 19: | Line 22: | ||
Download the Psi source and submodules from git: | Download the Psi source and submodules from git: | ||
+ | |||
< | < | ||
git clone git:// | git clone git:// | ||
Line 26: | Line 30: | ||
The resulting directory can be saved and then run the commands in this directory get the latest version of Psi: | The resulting directory can be saved and then run the commands in this directory get the latest version of Psi: | ||
+ | |||
< | < | ||
git pull | git pull | ||
Line 32: | Line 37: | ||
Download all the patches and applies them to the source code of Psi: | Download all the patches and applies them to the source code of Psi: | ||
+ | |||
< | < | ||
cd ~ | cd ~ | ||
Line 40: | Line 46: | ||
Download the iconsets and write current revision to the Psi version: | Download the iconsets and write current revision to the Psi version: | ||
+ | |||
< | < | ||
svn export --force http:// | svn export --force http:// | ||
+ | svn export --force http:// | ||
rev=`svnversion` | rev=`svnversion` | ||
sed " | sed " | ||
Line 47: | Line 55: | ||
Compile Psi+ and install (root privileges needed to install): | Compile Psi+ and install (root privileges needed to install): | ||
+ | |||
< | < | ||
qconf && ./configure --enable-plugins && make && sudo make install | qconf && ./configure --enable-plugins && make && sudo make install | ||
</ | </ | ||
- | _Note!_ If you not installed *qconf*, you can be independently download it from the official [[http:// | ||
- | If the command | + | __**Note!**__ If you not installed **qconf**, you can be independently download it from the official [[http:// |
+ | |||
+ | If the command | ||
< | < | ||
qmake-qt4 --version | qmake-qt4 --version | ||
</ | </ | ||
- | look at the path and run `./configure` with the option: | + | Look at the path and run //./configure// with the option: |
< | < | ||
./configure --qtdir=< | ./configure --qtdir=< | ||
Line 63: | Line 75: | ||
Most likely it will be: | Most likely it will be: | ||
+ | |||
< | < | ||
./configure --qtdir=/ | ./configure --qtdir=/ | ||
Line 68: | Line 81: | ||
- | == Additions == | ||
- | If you need to install additional emoticons, iconsets, moods and/or Russian localization, | ||
- | === Smileys, moods and other iconsets === | + | |
+ | ===== Additions ===== | ||
+ | |||
+ | If you need to install additional emoticons, iconsets, moods and/or Russian localization then do the following: | ||
+ | |||
+ | |||
+ | |||
+ | ==== Smileys, moods and other iconsets | ||
< | < | ||
Line 81: | Line 99: | ||
Previous operation is done once at the first building. Further it will be enough to do: | Previous operation is done once at the first building. Further it will be enough to do: | ||
+ | |||
< | < | ||
cd / | cd / | ||
Line 87: | Line 106: | ||
- | === Russian localization === | + | |
+ | |||
+ | |||
+ | ==== Russian localization | ||
< | < | ||
Line 102: | Line 124: | ||
- | === Compile and install [[plugins|plugins]] for Psi+ === | ||
- | Consider the example | + | |
+ | |||
+ | ==== Compile and install Psi+ Plugins ==== | ||
+ | |||
+ | Consider the example //[[plugins# | ||
< | < | ||
cd ~/ | cd ~/ | ||
Line 116: | Line 142: | ||
- | == In conclusion | + | |
+ | |||
+ | |||
+ | ===== Finally ===== | ||
Enjoy ;-) | Enjoy ;-) | ||
+ | |||
+ | |||
+ | |||
+ |
en/meego.1283729068.txt.gz · Last modified: 2010/10/17 15:36 (external edit)