OSDN Git Service

* SetNkfOption(LPCSTR optStr) -> SetNkfOption(LPSTR optStr)
[nkf/nkf.git] / INSTALL
1 INSTALL
2
3             Sun Sep  8 14:11:16 JST 2002
4
5 See Makefile, check
6     CC
7     CFLAGS
8     PERL
9 are correct. Then do
10     make
11 It should work on Linux, Solaris, Mac OS X.
12
13 If mkstemp is not in the library, comment out
14 #define OVERWRITE in config.h
15
16 To make Perl module, do
17     make perl
18 it creates NKF.mod. Or you can perform standard 
19      perl Makefile.PL; make
20 in NKF.mod. It should work above Perl 5. Perl 5.6 or Perl 5.8
21 is checked.
22
23 You can do test,
24   make test 
25 both in here and NKF.mod.
26
27 Shinji KONO kono@ie.u-ryukyu.ac.jp