On 02/02/2014 06:38 PM, Patrick "Kai" Baker wrote:
I didn't know there was a TDE tarball for Crystal. I don't know where to find it.
Kai
Well,
First, what desktop are you trying to build it in? kde3, Trinity 3.5.13, Trinity R14? It makes a difference. Second, I misspoke. I build tarballs from the git tree to build twin-style-crystal on Trinity. If you are building on Trinity, just check out crystal from the git tree:
git clone http://scm.trinitydesktop.org/scm/git/twin-style-crystal
Then create a tarball to build from to prevent screwing up the code in the crystal directory:
cd to wherever you cloned twin-style-crystal tar --exclude='.git*' -czf twin-style-crystal.tar.gz twin-style-crystal
Then build it on you computer running Trinity.
If your are using KDE3, then just use the kde-look.org tarball and build it on your box running KDE3.