- download the Links-Hacked-030709 sources (Js2mouse is directly integrated in next version) : links-hacked-030709.tgz and links-fonts-new.tgz
- enter the following commands into a terminal :
tar -xvzf js2mouse-YYMMDD.tar.gz cd js2mouse/contrib/links-hacked-030709 cp links-hacked-030709-joyfb.diff /_WHERE_ARE_LINKS-HACKED_SOURCES_/ cd /_WHERE_ARE_LINKS-HACKED_SOURCES_/ patch -p0 > links-hacked-030709-joyfb.diff #compile Links-hacked-030709
- download the Links-2.1pre11 sources (other versions are not tested) : links-2.1pre11.tar.gz
- unpack Links-2.1pre11 sources
- do ./configure --enable-graphics [OPTIONS]
- download the latest sources : http://www.freshmeat.net/projects/js2mouse/
- unpack Js2mouse sources into the root directory of Links-2.1pre11
- replace
framebuffer.c
withjs2mouse/contrib/links-2.1pre11/framebuffer.c
- go into
js2mouse/src
and enter make -f Makefile.linksfb - add
js2mouse/src/*.o
into Makefile of Links-2.1pre11, to the variablelinks_OBJECTS
- do make, make install