Red de conocimiento informático - Aprendizaje de programación - Compilar luabind en Linux

Compilar luabind en Linux

1. Instale lua

a: make Linux

b: make install

2 Instale la biblioteca boost

a: cd boost_1_46_1/. herramientas/build/v2

b: ./bootstrap.sh

c: cd boost_1_46_1

d: ./bootstrap.sh

e: ./bjam

f: ./bjam install

3. Instalar luabind

a: export BOOST_ROOT=/home/jinyiming/Lua/boost_1_46_1

b: export LUA_PATH=/usr/local/

c: bjam stage --toolset=gcc --with-date_time --with-fpic --with-filesystem link= versión de depuración estática

d: bjam install

4.