File: lua-config50.1

package info (click to toggle)
lua50 5.0.3-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,228 kB
  • ctags: 2,026
  • sloc: ansic: 12,032; makefile: 308; sh: 20
file content (64 lines) | stat: -rw-r--r-- 1,432 bytes parent folder | download | duplicates (4)
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
57
58
59
60
61
62
63
64
.\" Manual page for lua-config
.\" Written by Daniel Silverstone <dsilvers@debian.org>
.\" For the Debian GNU/Linux system

.TH lua-config 1
.SH NAME
lua-config \- Lua configuration information
.SH SYNOPSIS
Basic usage
.PP
.B gcc
`
.B lua-config
.I \-\-include
`
my_prog.c
.B \-o
my_prog
`
.B lua-config
.I \-\-libs
`

.SH DESCRIPTION
The lua-config script allows you to determine useful information
about the chosen version of lua running on the Debian GNU/Linux
system in use.
More information can be found by running
.B lua-config
without any arguments.
.SH CAVEATS
This script is unique to Debian and as such you shouldn't rely
on its presence on every system. Lua is an embedded language
by default and different Linux distributions each take a different
approach to making it possible to compile with Lua. The
.B pkg-config
system also provides a way to look for libraries and is more likely
to be supported across different Linux distributions. Debian's
.B pkg-config
name for Lua 5.0 is
.I lua50
and the libraries are in
.I lualib50.
These
.B pkg-config
files can be found in the
.I liblua50-dev
and
.I liblualib50-dev
packages.
.SH AUTHOR
lua-config was written by
.B Daniel Silverstone
.BI <dsilvers@debian.org>.

This manual page was written by
.B Daniel Silverstone
.BI <dsilvers@debian.org>.
For the Debian project. It may be used without restriction in any
other system.
.SH "SEE ALSO"
.IR lua (1)
.IR pkg-config (1)