The lib files get installed at:
/usr/lib/x86_64-linux-gnu/libluajit-5.1.a
/usr/lib/x86_64-linux-gnu/libluajit-5.1.so
/usr/lib/x86_64-linux-gnu/libluajit-5.1.so.2
/usr/lib/x86_64-linux-gnu/libluajit-5.1.so.2.0.2
/usr/lib/x86_64-linux-gnu/pkgconfig/luajit.pc
I think cmake/FindLuaJIT.cmake line 58+ needs to change some how but not sure what is best to do here so this path gets checked also.
This package is installed via the apt-get package manager.
$ apt-show-versions | grep luajit
libluajit-5.1-2:amd64/trusty 2.0.2+dfsg-1 uptodate
libluajit-5.1-common:all/trusty 2.0.2+dfsg-1 uptodate
libluajit-5.1-dev:amd64/trusty 2.0.2+dfsg-1 uptodate
The lib files get installed at:
I think cmake/FindLuaJIT.cmake line 58+ needs to change some how but not sure what is best to do here so this path gets checked also.
This package is installed via the apt-get package manager.