You are not logged in.

#1 2005-10-09 22:43:52

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Offline

#2 2005-10-10 00:12:26

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: [req] links2 (has GUI is better than Dillo)

Is the graphical mode any faster than the one for the original Links? GLinks has always been much slower than Dillo, from what I've seen.

Offline

#3 2005-10-10 17:07:48

TomE
Member
Registered: 2005-08-06
Posts: 164

Re: [req] links2 (has GUI is better than Dillo)

pkgname=links
pkgver=2.1pre19
pkgrel=1
pkgdesc="a javascript enabled web browser"
url="http://links.twibright.com"
depends=('libpng' 'libjpeg' 'libtiff' 'gpm')
source=(http://links.twibright.com/download/links-2.1pre19.tar.bz2)

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --enable-graphics --enable-javascript
  make || return 1
  make DESTDIR=$startdir/pkg install
}

for gui mode start it with

links -g

Offline

Board footer

Powered by FluxBB