~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to cursors/src/README

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
How to generate all the pngs and the SVGs and the cursor files:
 
2
 
 
3
mkdir build
 
4
cd build
 
5
cmake ../src
 
6
make [-j <n>] [theme-<color>|package-<color>]
 
7
 
 
8
Where <n> is the number of jobs to run in parallel (man make), and <color> is the color you want generated if you want just one of them.
 
9
 
 
10
The build system is still young, with rough edges (e.g. doesn't check if inkscape is found). Hopefully it will work,
 
11
but there may still be problems.
 
12
 
 
13
All of what you see here is to be considered a work in progress, and therefore must be considered as unreleased.
 
14
 
 
15
Information on the graphics: Riccardo "ruphy" Iaconelli <riccardo@kde.org>
 
16
Information on the build system: Matthew Woehlke <mw_triad@users.sourceforge.net> and Diego 'Flameeyes' Pettenò.
 
17
Preferred place to get help: #oxygen on irc.freenode.net (http://freenode.net/)