mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 22:00:25 +08:00
16 lines
384 B
Plaintext
16 lines
384 B
Plaintext
=========================================
|
|
CMake Build
|
|
=========================================
|
|
#path to the android build of opencv
|
|
opencv_dir=`pwd`/../build
|
|
mkdir build
|
|
cd build
|
|
cmake -DOpenCV_DIR=$opencv_dir -DCMAKE_TOOLCHAIN_FILE=$ANDTOOLCHAIN ..
|
|
|
|
=========================================
|
|
Android Build
|
|
=========================================
|
|
sh project_create.sh
|
|
ant compile
|
|
|