File: mecab-config.1

package info (click to toggle)
mecab 0.80-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 416 kB
  • ctags: 7
  • sloc: makefile: 27
file content (56 lines) | stat: -rw-r--r-- 1,234 bytes parent folder | download | duplicates (9)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
.TH MECAB-CONFIG "1" "Aug 15th, 2003"
.SH NAME
mecab-config \- Get command-line flags for building stuff using Mecab
.SH SYNOPSIS
.B mecab-config
[\fIOPTION\fR] ...
.SH DESCRIPTION
.B mecab-config
gives information about how
.I Mecab
is configured on your system, giving necessary command line options to
build your applications.
.PP
Known values for OPTION are:
.TP
\fB\-\-cxx\fR
print C++ compiler used to compile Mecab
.TP
\fB\-\-prefix\fR
print Mecab prefix
.TP
\fB\-\-exec\-prefix\fR
print Mecab executable prefix
.TP
\fB\-\-libs\fR
print library linking information
.TP
\fB\-\-cflags\fR
print preprocessor flags, I_opts, and compiler options
.TP
\fB\-\-dicdir\fR
print path to directory containing dictionaries
.TP
\fB\-\-libexecdir\fR
print path to directory containing helper executables
.TP
\fB\-\-libs-only-L\fR
print linker "-L" flags for dynamic linking
.TP
\fB\-\-libs-only-l\fR
print dynamic linker "-l" flags
.TP
\fB\-\-inc-dir\fR
print "-I" include options
.TP
\fB\-\-help\fR
print this help and exit
.TP
\fB\-\-version\fR
print version information
.br
.SH SEE ALSO
.BR mecab (1).
.SH AUTHOR
This manual page was written by TSUCHIYA Masatoshi <tsuchiya@namazu.org>,
for the Debian project (but may be used by others).