LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 827|回复: 5

How to make w3m display images?

[复制链接]
发表于 2008-7-18 18:37:39 | 显示全部楼层 |阅读模式
Hello guys, just now my mouse broken, I wanna use w3m instead of firefox to browse internet, but it failed to display images. Anyone could help me deal with that? Thx in advance.
发表于 2008-7-18 18:42:40 | 显示全部楼层
我的PKGBUILD

  1. # Maintainer: dorphell <dorphell@archlinux.org>, dream <dream7180@gmail.com>
  2. pkgname=w3m
  3. pkgver=0.5.2
  4. pkgrel=8
  5. pkgdesc="A pager/text-based WWW browser"
  6. arch=(i686 x86_64)
  7. license=('custom')
  8. depends=('openssl>=0.9.8e' 'gc' 'ncurses' 'zlib' 'imlib2')
  9. source=(http://downloads.sourceforge.net/sourceforge/w3m/$pkgname-$pkgver.tar.gz)
  10. md5sums=('ba06992d3207666ed1bf2dcf7c72bf58')
  11. url="http://w3m.sourceforge.net/"

  12. build() {
  13.   cd $startdir/src/$pkgname-$pkgver
  14.   ./configure --prefix=/usr --libexecdir=/usr/lib --enable-ansi-color --disable-mouse --disable-w3mmailer --with-imagelib=x11 --with-imagelib=imlib2 --with-termlib=ncurses --disable-ipv6
  15.   make || return 1
  16.   make DESTDIR=${startdir}/pkg install
  17.   install -Dm644 $startdir/src/$pkgname-$pkgver/doc/README $startdir/pkg/usr/share/licenses/$pkgname/README
  18. }
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-7-18 18:47:35 | 显示全部楼层
but currently I could not connect to download.sourceforge.net
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-7-18 19:01:34 | 显示全部楼层
thank you very much, I have downloaded it from a mirror and compiled it;
now I am posting this thread usinng w3m.
it works well with images
回复 支持 反对

使用道具 举报

发表于 2008-7-18 20:32:17 | 显示全部楼层
good! Congratulations!
回复 支持 反对

使用道具 举报

发表于 2008-7-18 21:20:34 | 显示全部楼层
就一句话,你是何方神圣?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表