ARGH.
i have to correct my last post.
the installation went through fine, but then i get:
Code: Select all
/usr/share/iron/iron: symbol lookup error: /usr/share/iron/iron: undefined symbol: g_type_class_adjust_private_offset
@faucon50 ICEDOVE!

NOT FIREFOX!
for Debian Linux Users… it’s a little bit of a pain in the ass to get SWare Iron to work… (i could not)
what i tried so far:
# what you will need
> libharfbuzz-bin - OpenType text shaping engine (utility)
> libudev-dev - libudev development files, This package contains the files needed for developing applications that use libudev.
> libxss1 - X11 Screen Saver extension library
echo "deb
http://ftp.de.debian.org/debian sid main" >> /etc/apt/sources.list
apt-get update
apt-get install libharfbuzz-bin libudev-dev libxss1;
# to build from source
apt-get install glib-2.0
apt-get build-dep gitg
wget
http://www.freedesktop.org/software/har ... 38.tar.bz2
bunzip2 harfbuzz-0.9.38.tar.bz2
tar fxv harfbuzz-0.9.38.tar
cd harfbuzz-0.9.38
./configure --prefix=/usr --with-gobject && make
make install
i get the following error:
/usr/share/iron/iron: symbol lookup error: /usr/share/iron/iron: undefined symbol: g_type_class_adjust_private_offset
https://github.com/breach/breach_core/w ... rom-Source
source:
http://www.linuxfromscratch.org/blfs/vi ... fbuzz.html
http://askubuntu.com/questions/590262/h ... pendencies
https://packages.debian.org/sid/i386/li ... n/download
http://ftp.de.debian.org/debian/pool/ma ... 2_i386.deb