lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> That said, please do ship a lua.pc pkg-config file instead of pushing
> that over to the packagers so this can be consistent over the *nixes.

In Lua 5.2 you can say "make pc" and get the relevant pkg-config variables,
which you need for building lua.pc:

% make pc
version=5.2.0
prefix=/usr/local
libdir=/usr/local/lib
includedir=/usr/local/include