[home][install]

less-332-iso242

http://www.io.com/~kazushi/less/
The less command of the REDHAT6.1 doesn't work for Japanese text, so I installed Japanese patched less. I made the filenames after installing, less, jlesskey, jlessecho.

decompress

tar xvzf less-332.tar.gz
cd less-332

patch

gzip -cd ../less-332-iso242.patch.gz | patch

Compile

./configure

edit the Makefile

vi Makefile

binprefix = j

Make Japanese default...
vi define.h

...
#define DEFCHARSET      "japanese"
...
#define HAVE_LOCALE 0
...

compile

make

install

make install
$Lastupdate: 2001/06/17 (Sun) 02:59:03 $

[home] [install]
HIRANO yo@hirano.cc