Lua: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) m What about us multilib guys? |
|||
| Line 19: | Line 19: | ||
Install the package | Install the package | ||
make INSTALL_TOP=/usr install | make INSTALL_TOP=/usr install && | ||
cp etc/lua.pc /usr/lib/pkgconfig | cp etc/lua.pc /usr/lib/pkgconfig | ||
== Multilib == | == Multilib == | ||
| Line 32: | Line 32: | ||
Install the package | Install the package | ||
make INSTALL_TOP=/usr install | make INSTALL_TOP=/usr install && | ||
cp etc/lua.pc /usr/lib/pkgconfig | |||
=== N32 === | === N32 === | ||
| Line 42: | Line 43: | ||
Install the package | Install the package | ||
make INSTALL_TOP=/usr INSTALL_LIB=/usr/lib32 install | make INSTALL_TOP=/usr INSTALL_LIB=/usr/lib32 install && | ||
cp etc/lua.pc /usr/lib32/pkgconfig | |||
=== 64Bit === | === 64Bit === | ||
| Line 52: | Line 54: | ||
Install the package | Install the package | ||
make INSTALL_TOP=/usr INSTALL_LIB=/usr/lib64 install | make INSTALL_TOP=/usr INSTALL_LIB=/usr/lib64 install && | ||
cp etc/lua.pc /usr/lib64/pkgconfig | |||
== Contents == | |||
{|style="text-align: left;" | |||
|-valign="top" | |||
!Installed Directories: | |||
|None | |||
|-valign="top" | |||
!Installed Programs: | |||
|lua, luac | |||
|-valign="top" | |||
!Installed Libraries: | |||
|liblua.a | |||
|} | |||
=== Short Descriptions === | |||
{| style="text-align: left;" | |||
|-valign="top" | |||
!lua | |||
| | |||
|-valign="top" | |||
!luac | |||
| | |||
|-valign="top" | |||
!liblua | |||
| | |||
|} | |||
Revision as of 14:52, 5 October 2008
| Download Source: | http://www.lua.org/ftp/lua-5.1.4.tar.gz |
|---|
Introduction to Lua
Project Homepage: Unknown
Dependencies
Non-Multilib
Compile the package:
make linux
Install the package
make INSTALL_TOP=/usr install && cp etc/lua.pc /usr/lib/pkgconfig
Multilib
32Bit
Compile the package:
make CC="gcc ${BUILD32}" linux
Install the package
make INSTALL_TOP=/usr install && cp etc/lua.pc /usr/lib/pkgconfig
N32
Compile the package:
make CC="gcc ${BUILDN32}" linux
Install the package
make INSTALL_TOP=/usr INSTALL_LIB=/usr/lib32 install && cp etc/lua.pc /usr/lib32/pkgconfig
64Bit
Compile the package:
make CC="gcc ${BUILD64}" linux
Install the package
make INSTALL_TOP=/usr INSTALL_LIB=/usr/lib64 install && cp etc/lua.pc /usr/lib64/pkgconfig
Contents
| Installed Directories: | None |
|---|---|
| Installed Programs: | lua, luac |
| Installed Libraries: | liblua.a |
Short Descriptions
| lua | |
|---|---|
| luac | |
| liblua |