Update FreeBSD build instruction for linking with lua
This commit is contained in:
parent
2b4fefe911
commit
3ee8837d93
@ -61,10 +61,11 @@ Install these ports:
|
|||||||
|
|
||||||
* devel/libconfig
|
* devel/libconfig
|
||||||
* devel/libexecinfo
|
* devel/libexecinfo
|
||||||
|
* lang/lua52
|
||||||
|
|
||||||
Then build:
|
Then build:
|
||||||
|
|
||||||
$ env CC=clang CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure
|
$ env CC=clang CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib LUA=/usr/local/bin/lua52 LUA_INCLUDE=-I/usr/local/include/lua52 LUA_LIB=-llua-5.2 ./configure
|
||||||
$ make
|
$ make
|
||||||
|
|
||||||
#### Other UNIX
|
#### Other UNIX
|
||||||
|
Loading…
Reference in New Issue
Block a user