forked from radare/valabind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
valabind-cc.1
46 lines (46 loc) · 938 Bytes
/
valabind-cc.1
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
.Dd Nov 15,2012
.Dt valabind-cc \&1 "Valabind compiler frontend"
.Os valabind-cc
.Sh NAME
.
.Dd
.Nm valabind-cc
.Nd Vala to swig interface compiler
.Pp
.Sh SYNOPSIS
.Nm valabind-cc
.Ar language
.Ar modname
.Op Fl -version
.Op Fl -vapidir Ar dir
.Op Fl -glib
.Op Fl -test Ar lang
.Op Fl n
.Op Fl x
.Op Fl X
.Op Fl I Ar path
.Op Fl L Ar path
.Op Fl l Ar libname
.Op Fl D Ar SYMBOL
.Op Fl C
.Ar vapifile
.Sh DESCRIPTION
valabind-cc is a frontend for valabind, swig and the C compiler (gcc by default).
.Pp
It aims to simplify the use of all the wrapped tools and compile usable bindings for many programming languages.
.Pp
.Sh EXAMPLE
valabind-cc python r_bp \-I/usr/include/r_bp r_bp.vapi
.Pp
.Sh ENVIRONMENT
.Bl -tag -width Fl
.Ar XDG_DATA_DIRS
Standard freedesktop environment variable to point to the share prefix directory where vala looks for vapi files.
.El
.Sh SEE ALSO
.Pp
.Xr valabind(1)
.Pp
.Sh AUTHORS
.Pp
pancake <@nopcode.org>