.\" Manual page for lua-config .\" Written by Daniel Silverstone .\" 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 . This manual page was written by .B Daniel Silverstone .BI . For the Debian project. It may be used without restriction in any other system. .SH "SEE ALSO" .IR lua (1) .IR pkg-config (1)