~cairo-dock-team/ubuntu/precise/cairo-dock/3.0.0.0beta1

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2008-09-14 16:26:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080914162612-t6aa8pr2o0qry48o
Tags: 1.6.2.3-0ubuntu1
* New upstream release.
* debian/control
 - Update to 3.8.0 (no change needed).
 - Add libxtst-dev as Build-Depends.
* debian/cairo-dock-data.install
 - Add usr/share/cairo-dock/emblems directory.
* debian/watch
 - Update location.
* debian/rules
 - Add a get-orig-source rule.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Basically, you just copy-paste these lines into a terminal (assuming you are in the sources directory) :
 
1
To compile the dock, the themes, or any plug-in, you just copy-paste these lines into a terminal (assuming you are in the sources directory of the dock/themes/plug-in) :
2
2
autoreconf -isvf && ./configure && make
3
3
sudo make install
4
4
 
7
7
If your libcairo is compiled with glitz support (that is, with --enable-glitz option), you can benefit from glitz hardware acceleration in cairo-dock too.
8
8
Just add the --enable-glitz option after the 'configure'.
9
9
 
 
10
Stable plug-ins can be compile at once, or one by one. Unstable plug-ins have to be compiled one by one.
 
11
See the "Applets.stable" file in the "plug-ins" folder for an exhaustive list of stable applets (that are effectively integrated into the official package).
 
12
 
10
13
To build the Cairo-Dock documentation, use the generate-doc.sh script in the 'doc' directory.
11
14
To build the entire project, use the compile-all.sh script, in the 'cairo-dock' folder. Run it with :
12
 
  ./compile-all.sh -acCit
 
15
  ./compile-all.sh -acCiut
13
16
 
14
 
See the "Applets.stable" file in the "plug-ins" folder for an exhaustive list of stable applets (that are effectively integrated into the official package).
15
17
Thanks for using Cairo-Dock, hope you will enjoy it ! ^_^