KDE4

From Midtiby

(Difference between revisions)
 
Line 16: Line 16:
** Poppler
** Poppler
* Compile okular
* Compile okular
 +
export PKG_CONFIG_PATH=/home/kde-devel/popplerinstall/lib/pkgconfig:$PKG_CONFIG_PATH
 +
cmake -DCMAKE_INSTALL_PREFIX=/home/kde-devel/kde4/ ..

Current revision as of 06:41, 12 October 2006

[edit] Different tips

[edit] Run another uses apps in your DE

  • Allow other to display windows
xhost +local:
  • Login as the new user
su - kde-devel
  • Set the display
export DISPLAY=:0
  • Run your applications

[edit] Okular

How to compile okular.

  • Compile qt 4.2
  • Compile kdelibs
  • Compile okular dependencies
    • Poppler
  • Compile okular
export PKG_CONFIG_PATH=/home/kde-devel/popplerinstall/lib/pkgconfig:$PKG_CONFIG_PATH
cmake -DCMAKE_INSTALL_PREFIX=/home/kde-devel/kde4/ ..
Personal tools