%general-entities; ]> $LastChangedBy$ $Date$ W3m-&w3m-version; W3m Introduction to W3m w3m is primarily a pager but it can also be used as a text-mode WWW browser. &lfs76_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &w3m-md5sum; Download size: &w3m-size; Estimated disk space required: &w3m-buildsize; Estimated build time: &w3m-time; Additional Downloads Required patch: W3m Dependencies Required Recommended Optional , , , , and nkf, a Mail User Agent, and an External Browser User Notes: Installation of W3m Install w3m by running the following commands: patch -Np1 -i ../w3m-&w3m-version;-bdwgc72-1.patch && sed -i 's/file_handle/file_foo/' istream.{c,h} && sed -i 's#gdk-pixbuf-xlib-2.0#& x11#' configure && ./configure --prefix=/usr --sysconfdir=/etc --with-imagelib=imlib2 && sed -i "s:lImlib2:& -lX11:" Makefile && make This package does not come with a test suite. Now, as the root user: make install && install -v -m644 -D doc/keymap.default /etc/w3m/keymap && install -v -m644 doc/menu.default /etc/w3m/menu && install -v -m755 -d /usr/share/doc/w3m-&w3m-version; && install -v -m644 doc/{HISTORY,READ*,keymap.*,menu.*,*.html} \ /usr/share/doc/w3m-&w3m-version; Command Explanations patch -p1 < ../w3m-&w3m-version;-bdwgc72-1.patch: This patch fixes compiling w3m with GC-7.2 installed. sed -i 's/file_handle/file_foo/' istream.{c,h}: This sed renames the file_handle function to avoid a clash with a glibc function that has the same name, defined in /usr/include/bits/fcntl.h. sed -i 's#gdk-pixbuf-xlib-2.0#& x11#' configure: This sed fixes compiling w3m using as its image library. It has no impact if is not installed. --with-imagelib=imlib2: This switch sets as the default image loading library. Remove it if you don't need image loading capabilities or you don't want to install X11. Note that build will fail if Xorg Libraries are present and this switch is not used. --with-imagelib=gdk-pixbuf: Use this switch if you want to use as the image loading library. sed -i "s:lImlib2:& -lX11:" Makefile: This sed fixes building when using as the image loading library. Configuring W3m Config Files /etc/w3m/* and ~/.w3m/* /etc/w3m/* ~/.w3m/* Contents Installed Programs Installed Libraries Installed Directories w3m and w3mman None /usr/libexec/w3m, /usr/share/w3m, and /usr/share/doc/w3m-&w3m-version; Short Descriptions w3m is a text based web browser and pager. w3m w3mman is an interface to the on-line reference manuals in w3m. w3mman