A few scripts to each making the sample.
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
=========================================
|
||||
CMake Build
|
||||
=========================================
|
||||
#path to the android build of opencv
|
||||
opencv_dir=`pwd`/../build
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=$ANDTOOLCHAIN ..
|
||||
cmake -DOpenCV_DIR=$opencv_dir -DCMAKE_TOOLCHAIN_FILE=$ANDTOOLCHAIN ..
|
||||
|
||||
=========================================
|
||||
Android Build
|
||||
=========================================
|
||||
sh project_create.sh
|
||||
ant compile
|
||||
ant install
|
||||
|
||||
|
Reference in New Issue
Block a user