bug-gnuzilla
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnuzilla] Icecat 13.0.1 compiled from source in LFS/BLFS[was: I


From: Fernando de Oliveira
Subject: Re: [Bug-gnuzilla] Icecat 13.0.1 compiled from source in LFS/BLFS[was: IceCat builds 32 and 64 bits] in LFS/BLFS
Date: Fri, 20 Jul 2012 20:46:07 -0700 (PDT)

Installing in other LFS/BLFS machines I've got, fond one wrong directory
and non-working link in the previous instructions, so, I am rewriting to
avoid problems.

Built against previously installed Xulrunner-13.0.1.

In .mozconfig, added the following lines:

# Point to the xulrunner libraries - comment these for a
standalone browser
ac_add_options --with-system-libxul
ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-13.0.1


./configure
make
chmod -v 0775 build/unix/run-icecat.sh
cp -v build/unix/run-icecat.sh \
    /usr/lib/xulrunner-devel-13.0.1/bin/run-icecat.sh
make install
rm -v /usr/lib/xulrunner-devel-13.0.1/bin/run-icecat.sh
rm -rfv /usr/bin/icecat
rm -rfv /usr/lib/icecat
ln -sv icecat-13.0.1 /usr/lib/icecat

Instead of a link, a script:

cat > /usr/bin/icecat << "EOF"
#!/bin/bash
/usr/lib/xulrunner/xulrunner /usr/lib/icecat/application.ini "address@hidden"
EOF
chmod -v 0755 /usr/bin/icecat

where

$ ls -lh /usr/lib/xulrunner
lrwxrwxrwx 1 root root 16 Jun 17 18:32 /usr/lib/xulrunner -> xulrunner-13.0.1

-- 
[]s,
Fernando



reply via email to

[Prev in Thread] Current Thread [Next in Thread]