Created
November 9, 2014 05:34
-
-
Save sheimi/ef9ce7130b2fa98d726c to your computer and use it in GitHub Desktop.
code in blog.sheimi.me: 2012-09-05-a-summary-of-using-jni (4)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g++ -m64 -shared -fPIC cvjni.cpp /usr/local/lib/libopencv_core.so \ | |
/usr/local/lib/libopencv_highgui.so -o libcvjni.so \ | |
-I/usr/local/include -I/usr/lib/jvm/jdk1.6.0_35/include \ | |
-I/usr/lib/jvm/jdk1.6.0_35/include/linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment