User Tools

Site Tools


en:meego

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:meego [2010/09/05 23:24] – external edit 127.0.0.1en:meego [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-#summary|Psi+ on Meego Linux (en) +====== Psi+ on Meego Linux ======
-#labels Meego,Phase-Implementation+
  
-= 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:
  
 <code> <code>
-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
 </code> </code>
  
 Remove previous build for "clean" build: Remove previous build for "clean" build:
 +
 <code> <code>
 cd ~ cd ~
Line 19: Line 22:
  
 Download the Psi source and submodules from git: Download the Psi source and submodules from git:
 +
 <code> <code>
 git clone git://git.psi-im.org/psi.git git clone git://git.psi-im.org/psi.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:
 +
 <code> <code>
 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:
 +
 <code> <code>
 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:
 +
 <code> <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/system/default iconsets/system/default
 +svn export --force http://psi-dev.googlecode.com/svn/trunk/iconsets/roster/default iconsets/roster/default
 rev=`svnversion` rev=`svnversion`
 sed "s/\(xxx\)/${rev}/" -i src/applicationinfo.cpp sed "s/\(xxx\)/${rev}/" -i src/applicationinfo.cpp
Line 47: Line 55:
  
 Compile Psi+ and install (root privileges needed to install): Compile Psi+ and install (root privileges needed to install):
 +
 <code> <code>
 qconf && ./configure --enable-plugins && make && sudo make install qconf && ./configure --enable-plugins && make && sudo make install
 </code> </code>
-_Note!_ If you not installed *qconf*, you can be independently download it from the official [[http://delta.affinix.com/qconf/|site]] and build. 
  
-If the command `./configureget the qtcore errorthen we write:+__**Note!**__ If you not installed **qconf**, you can be independently download it from the official [[http://delta.affinix.com/qconf/|site]] and build. 
 + 
 +If the command //./configure// get the qtcore error then we write: 
 <code> <code>
 qmake-qt4 --version qmake-qt4 --version
 </code> </code>
  
-look at the path and run `./configurewith the option:+Look at the path and run //./configure// with the option: 
 <code> <code>
 ./configure --qtdir=<path> ./configure --qtdir=<path>
Line 63: Line 75:
  
 Most likely it will be: Most likely it will be:
 +
 <code> <code>
 ./configure --qtdir=/usr/bin ./configure --qtdir=/usr/bin
Line 68: Line 81:
  
  
-== Additions == 
  
-If you need to install additional emoticons, iconsets, moods and/or Russian localization, then do the following: 
  
-=== 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 ====
  
 <code> <code>
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:
 +
 <code> <code>
 cd /usr/local/share/psi/iconsets cd /usr/local/share/psi/iconsets
Line 87: Line 106:
  
  
-=== Russian localization ===+ 
 + 
 + 
 +==== Russian localization ====
  
 <code> <code>
Line 102: Line 124:
  
  
-=== Compile and install [[plugins|plugins]] for Psi+ === 
  
-Consider the example _[http://code.google.com/p/psi-dev/wiki/plugins#GMail_Notification_Plugin Gmailnotify Plugin]_:+ 
 + 
 +==== Compile and install Psi+ Plugins ==== 
 + 
 +Consider the example //[[plugins#GMail_Notification_Plugin|Gmail Notification Plugin]]//: 
 <code> <code>
 cd ~/psi/src/plugins/generic cd ~/psi/src/plugins/generic
Line 116: Line 142:
  
  
-== In conclusion ==+ 
 + 
 + 
 +===== Finally =====
  
 Enjoy ;-) Enjoy ;-)
 +
 +
 +
 +
en/meego.1283729068.txt.gz · Last modified: 2010/10/17 15:36 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki