Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saki4510t committed Jan 28, 2015
1 parent d3899c8 commit 79ff2e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ All files in the folder are under this Apache License, Version 2.0.
Files in the jni/libjpeg, jni/libusb and jin/libuvc folders may have a different license,
see the respective files.

How to compile library (tested NDK-r9d/NDK-r10c 64bit on OSX)
How to compile library
=========
If you want to compile this library,
1. move to library/jni directory
2. run ndk-build clean
3. run ndk-build

(tested NDK-r9d/NDK-r10c 64bit on OSX)
The libraries are saved into libs/`architecture name` directory, for example libs/armeabi-v7a
Only library for armeabi-v7a architecture is compiled with the default setting.
If you want to compile for other architecture, you need change APP_ABI flag in the
Expand Down

0 comments on commit 79ff2e5

Please sign in to comment.