~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to kapptemplate/templates/C++/plasmoid/README

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-28 10:11:43 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20080528101143-gzc3styjz1b70zxu
Tags: upstream-4.0.80
ImportĀ upstreamĀ versionĀ 4.0.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Plasma Applet Template
 
2
----------------------
 
3
 
 
4
You need KDE 4.1
 
5
 
 
6
-- Build instructions --
 
7
 
 
8
cd /where/your/applet/is/installed
 
9
mkdir build
 
10
cd build
 
11
cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS .. 
 
12
make 
 
13
make install
 
14
 
 
15
(your $KDEDIRS is where you install your KDE 4)
 
16
 
 
17
Restart plasma to load the applet 
 
18
kquitapp plasma
 
19
plasma
 
20
 
 
21
or view it with 
 
22
plasmoidviewer YourAppletName
 
23
 
 
24
-- Tutorials and resources --
 
25
The explanation of the template
 
26
http://techbase.kde.org/index.php?title=Development/Tutorials/Plasma/GettingStarted
 
27
 
 
28
Plasma techbase pages
 
29
http://techbase.kde.org/Projects/Plasma
 
 
b'\\ No newline at end of file'