Results 1 to 6 of 6
Hi all..i downloaded throw plug in for compiz..Does any one know how to install it, or where to place it......
- 06-25-2009 #1Just Joined!
- Join Date
- Aug 2006
- Posts
- 34
Compiz
Hi all..i downloaded throw plug in for compiz..Does any one know how to install it, or where to place it...
- 06-25-2009 #2
What distro are you using? Where did you download the plugin from? What version of compiz?
I'm guessing you downloading the source code using git?
This guide gives a general idea of how to install compiz plugins in Ubuntu using git. The process will generally be the same in any distro, but how to get the necessary development packages will differ.
Install Three Experimental Compiz Plugins | Tombuntu
- 06-26-2009 #3Just Joined!
- Join Date
- Aug 2006
- Posts
- 34
Compiz
Dis - Ubuntu 8.10 x64... Compiz ver 1.0.7.8-Oubuntu4.1 if that heslps...
Yes i got it git file from Compiz Stuff SmSpillaz’ Blog
Any idea...?
- 06-26-2009 #4
Did you follow the guide I posted?
- 06-26-2009 #5Just Joined!
- Join Date
- Aug 2006
- Posts
- 34
Hi
Yes.. But for some reason when i download the throw plug in, it has 3 files in there...The is no files i can ./configure or make...So i downloaded Elements from the site u gave me to try it..And it worked fine..I think there is something wrong with the throw plug in..
The files i get are cmakelists.txt, throw.xml.in and src draw that contains throw.cpp and throw.h
Nothing like what i downloaded from the site u gave me...
- 06-26-2009 #6
Ah, it appears to be using a different program, called cmake, to build the binaries.
I'm not too familiar with cmake. You'll need to download the package for Ubuntu, and then the general process is something like (assuming you're in the source directory)
Code:cmake . make sudo make install


Reply With Quote