A few scripts to each making the sample.

This commit is contained in:
Ethan Rublee
2011-04-06 18:11:54 +00:00
parent 68534d70f3
commit e17c30d3c2
5 changed files with 22 additions and 2 deletions

View File

@@ -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