Has anyone been able to install LuaJIT v2 on FreeBSD AMD64(x64) without using Gmake (just freebsd-make)?
If so how?
When I attempt to use freebsd-make, LuaJIT doesn't build.
|
|
You can deinstall gmake again after building luajit. Another option would be to use luajit 1.x which builds with bsd make. The Makefile is a GNU Makefile, you would have to rewrite the Makefile. |
|||||
|
|
You might want to use portmaster, there is an option to automatically install build dependancies from packages (ie. gmake) and than deinstall them right after installation finishes. |
|||
|
|