PDA

View Full Version : [SOLVED] Necesarry libraries


neo
May 13th, 2007, 09:38 AM
I can't find, so I ask here. I think it should be here ;-)

What libraries do I have to have installed to compile it?

Jupiter
May 13th, 2007, 03:36 PM
I can't find, so I ask here. I think it should be here ;-)

What libraries do I have to have installed to compile it?

pretty much the same as beryl
if you are using Trevino's repo or Xeffects overlay
the dependencies should be pulled in too

neo
May 14th, 2007, 04:26 PM
Ok, sorry, that I didn't looked for it so good before asking.

I needed these libraries:

[code:93284]fakeroot automake1.9 x11proto-gl-dev subversion libtool librsvg2-dev libglitz-glx1-dev libglitz1-dev libneon25-dev libapr0-dev libsvn0-dev intltool libxdamage-dev libglu1-mesa libglu1-mesa-dev libglu1-xorg-dev libxfixes-dev xlibs-dev icecc iceconf libxcomposite1 libxcomposite-dev libstartup-notification0-dev libwnck-dev fort77 gawk g77 build-essential cvs libpango1.0-dev libgtk2.0-dev libgconf2-dev libglitz-glx-dev librsvg2-dev checkinstall libglade2-dev libmetacity-dev libgnome-window-settings-dev python-pyrex python-gnome2 python-gnome2-dev python-dev libgnome-desktop-dev python-gtk2 python-gtk2 python-gtk2-dev libqt3-mt-dev[/code:93284]
# these from http://wiki.beryl-project.org/wiki/Comp ... uirements, (http://wiki.beryl-project.org/wiki/Compile_requirements,) I didn't need kde-devel (using Gnome)
[code:93284]libdbus-glib-1-dev
libxslt1-dev [/code:93284]
#these additional, which weren't in beryl's Compile requirements

And one simple line:
[code:93284]sudo apt-get install fakeroot automake1.9 x11proto-gl-dev subversion libtool librsvg2-dev libglitz-glx1-dev libglitz1-dev libneon25-dev libapr0-dev libsvn0-dev intltool libxdamage-dev libglu1-mesa libglu1-mesa-dev libglu1-xorg-dev libxfixes-dev xlibs-dev icecc iceconf libxcomposite1 libxcomposite-dev libstartup-notification0-dev libwnck-dev fort77 gawk g77 build-essential cvs libpango1.0-dev libgtk2.0-dev libgconf2-dev libglitz-glx-dev librsvg2-dev checkinstall libglade2-dev libmetacity-dev libgnome-window-settings-dev python-pyrex python-gnome2 python-gnome2-dev python-dev libgnome-desktop-dev python-gtk2 python-gtk2 python-gtk2-dev libqt3-mt-dev libdbus-glib-1-dev libxslt1-dev[/code:93284]
I had to modify get-git script - I added --disable-kde flag to compiz' autogen.sh script.