"на скачать"
Dependencies
* Cairo 1.2.0 (Optional: SVG support = --enable-svg and Glitz support = --enable-glitz)
* Optional: A recent librsvg (> 2.14.4)
* Optional: glitz >= 0.5.3
* Xorg with Composite Extension enabled
* Composite Manager (xcompmgr, kcompmgr, beryl, compiz).
* The memory plugin requires libgtop
* The trash plugin requires libgnomevfs
= Gentoo =
There is an ebuild for gentoo users in the Xeffect Overlay
http://gentoo-xeffects.org/
= Ubuntu =
Treviño manages a repo with kiba-dock, These can be accessed by adding the following to your sources.list file:
1. Open a Terminal Window
2. Type the following: sudo gedit /etc/apt/sources.list
3. Add the following lines to the end of the file:
deb
http://download.tuxfamily.org/3v1deb edgy beryl-svn
deb-src
http://download.tuxfamily.org/3v1deb edgy beryl-svn
4. Save and Exit Gedit
5. Run from terminal window: sudo apt-get update
6. Run from terminal window: sudo apt-get install kiba-dock
= SUSE =
Add the following repository as YAST/YUM/ZYPPER/RUG repository and install kiba-dock package from there:
http://software.opensuse.org/download/X11:/XGL/
To run kiba-dock:
Alt -> F2 -> kiba-dock
When you see an empty dock at the bottom center of your screen, drag and drop some application from the main manu to populate it.
That is all there is to it.
= SVN =
svn co
http://svn.kiba-dock.org/akamaru/ akamaru
svn co
http://svn.kiba-dock.org/kibadock/ kibadock
svn co
http://svn.kiba-dock.org/kibaplugins/ kibaplugins
svn co
http://svn.kiba-dock.org/gsetkiba/ gsetkiba
= To build SVN Version =
Change in the sources dir for each Repository and run:
./autogen.sh
make
sudo make install
[edit]
= To update SVN Version =
Change in the sources dir for each Repository and run:
svn update -d
./autogen.sh
make
sudo make install