Develop and Download Open Source Software

Browse CVS Repository

Contents of /h14m/namazu_for_hns/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.16 - (show annotations) (download)
Sat Dec 1 11:07:28 2001 UTC (22 years, 4 months ago) by kenji
Branch: MAIN
CVS Tags: namazu_for_hns-2-0-pl5, HEAD
Changes since 1.15: +10 -10 lines
update

1 How to install:
2
3 * Installing Namazu to share in the server (Site Install)
4
5 1. Get Namazu source and install
6 1-1. Get release version
7 % wget -nd http://www.namazu.org/stable/namazu-2.0.10.tar.gz
8 % tar zxvf namazu-2.0.10.tar.gz
9 % cd namazu-2.0.10
10 % ./configure --prefix=/usr/local
11 % make
12 % make install
13
14 1-2. Get Namazu-current via cvs
15 (you need GNU make, m4-1.4, autoconf-2.13, automake-1.4, libtool-1.3,
16 gettext-0.10.35)
17 % cvs -d :pserver:guest@cvs.namazu.org:/storage/cvsroot login
18 (Logging in to guest@cvs.namazu.org)
19 CVS password: guest
20 % cvs -d :pserver:guest@cvs.namazu.org:/storage/cvsroot co -P namazu
21 % cd namazu
22 % jless HACKING-ja
23 % ./autogen.sh --prefix=/usr/local
24 % make
25 % make install
26
27 3. (Optional) Install filter for hnf
28 (You'd like to do this if the hnf.pl in Namazu is older)
29
30 % cd ..
31 % ./setup-filter.sh /usr/local
32 - prefix -
33
34 4. Install startup script, config files
35 % ./setup.sh /usr/local
36 - prefix -
37
38 note) If you've installed Namazu 2.0.x via rpm,
39 % ./setup-rpm.sh
40
41
42 * Installing Namazu to your home directory
43
44 1. Get Namazu source and install
45 1-1. Get release version
46 % wget -nd http://www.namazu.org/stable/namazu-2.0.10.tar.gz
47 % tar zxvf namazu-2.0.10.tar.gz
48 % cd namazu-2.0.10
49 % ./configure --prefix=$HOME/diary/namazu2 --with-pmdir=$HOME/lib
50 % make
51 % make install
52
53 1-2. Get Namazu-current via cvs
54 (you need GNU make, m4-1.4, autoconf-2.13, automake-1.4, libtool-1.3,
55 gettext-0.10.35)
56 % cvs -d :pserver:guest@cvs.namazu.org:/storage/cvsroot login
57 (Logging in to guest@cvs.namazu.org)
58 CVS password: guest
59 % cvs -d :pserver:guest@cvs.namazu.org:/storage/cvsroot co -P namazu
60 % cd namazu
61 % jless HACKING-ja
62 % ./autogen.sh --prefix=$HOME/diary/namazu2 --with-pmdir=$HOME/lib
63 % make
64 % make install
65
66 3. (Optional) Install filter for hnf
67 (You'd like to do this if the hnf.pl in Namazu is older)
68 % cd ..
69 % ./setup-filter.sh $HOME/diary/namazu2
70 ------ prefix -----
71
72 4. Install startup script, config files
73 % ./setup-u.sh $HOME/diary/namazu2
74 ------ prefix -----
75
76
77
78 How to customize:
79
80 * link to diary
81 Setting $hnf::link_templ in mknmzrc, you can customize link to diary
82 in serach result page
83
84 --
85 Kenji Suzuki
86 kenji@h14m.org
87

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26