We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NativeJIT currently doesn't install with make install. For posterity, after building it, I called osmium-filter's cmake like so:
make install
cmake .. -DNativeJIT_INCLUDE_DIR=../../NativeJIT/inc/ -DNativeJIT_LIBRARY=../../NativeJIT/build-make/src/NativeJIT/libNativeJIT.a -DCodeGen_LIBRARY=../../NativeJIT/build-make/src/CodeGen/libCodeGen.a
The text was updated successfully, but these errors were encountered:
See BitFunnel/NativeJIT#63 . Not our job here to install it.
Sorry, something went wrong.
No branches or pull requests
NativeJIT currently doesn't install with
make install
. For posterity, after building it, I called osmium-filter's cmake like so:cmake .. -DNativeJIT_INCLUDE_DIR=../../NativeJIT/inc/ -DNativeJIT_LIBRARY=../../NativeJIT/build-make/src/NativeJIT/libNativeJIT.a -DCodeGen_LIBRARY=../../NativeJIT/build-make/src/CodeGen/libCodeGen.a
The text was updated successfully, but these errors were encountered: