-
Notifications
You must be signed in to change notification settings - Fork 2
/
INSTALL
43 lines (28 loc) · 987 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
To install Winefish from source
===============================
1) get the required libraries (header files and executable files)
* glib-2.0 (version >= 2.2.2)
* libgtk2 (version >= 2.4.0)
* libpcre
* [ aspell ] (optional; for spell checking)
* [ grep, find, [ sed, xargs ]] (optional; for grep function)
2) details about `configure'
$ sh configure --help
if you use
--prefix=/home/myhome/apps/
please take care of options related to mime type, desktop icons, etc.
Vietnamese TeX Users:
you may use `--enable-fix-unikey-gtk' ---
if you get troubles with Winefish + Unikey GTK.
3) for the development release (winefish-x.x.x.y),
please excute `autoconf' to generate `configure' script
$ autoconf
4) some variables control winefish. See `src/config_spec.h' for details.
5) configure and compile
$ sh ./configure [your-options]
$ make
6) reduce filesize
$ make strip # this requires `strip' program
7) install everything
$ su
$ make install