Is there any way to install the elementary gtk on slitaz? it requires the latest murrine and equinox engine . I`m a beginner so please somebody help me. thx:)
You'll need to install the GTK+ development packages (gtk+-dev), download & install each of the engines, then the Elementary theme on top. Murrine is in the repos (at a 2009 version) but Equinox isn't; perhaps download an older version of the theme to match the version of Murrine? One may find the version of GTK+ isn't new enough for the latest theme, either.
There are instructions on each website and in each archive; use the "--prefix=/usr" option during configure. Note that manual compilation like this will not create a package but install it directly on your system, so the directory from which you configure and install it needs to be kept in case you want to un-install it.
these was my first time when i wanted to compile, so it is possible that i made something wrong, because i get the following error: root@paradise:/home/outwork/Desktop/murrine-0.90.3# ./configure --prefix=/usr -- enable-animation checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... no checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: in `/home/outwork/Desktop/murrine-0.90.3': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details.
the gcc and make commands now working, but there are other problems:(
root@paradise:/home/outwork/Desktop/equinox-1.20# ./configure --prefix=/usr --en able-animation checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details.
finally i installed these two packages but i get the following error message:
(lxappearance:3504): Gtk-WARNING **: GModule (/usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so) initialization check failed: Gtk+ version too old (micro mismatch)
(lxappearance:3504): Gtk-WARNING **: GModule (/usr/lib/gtk-2.0/2.10.0/engines/libequinox.so) initialization check failed: Gtk+ version too old (micro mismatch)
As for this obstacle, you will need to upgrade GTK+; I'm running v2.16 from the Stable repos. Try a: tazpkg get-install gtk+ --forced tazpkg get-install gtk+-dev --forced or tazpkg recharge tazpkg upgrade to upgrade it.
I've just seen there is Murrine in the repos, a 2009 build. I installed it and the Elementary theme but it didn't work; I assume one needs a newer Murrine engine to support some bits and pieces that E themes. The Cooking version is the same one and any newer versions of Murrine need GTK+ v2.18 (as I've just found out) :-(
Methinks the next builds of SliTaz could use a GTK+ update...