1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Cross compilation toolchain for arm linux added.

This commit is contained in:
Alexander Smorkalov
2013-01-11 10:50:40 +04:00
parent 7882aba7af
commit 60f056061a
3 changed files with 29 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
cd `dirname $0`/..
mkdir -p build
cd build
cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_TOOLCHAIN_FILE=../armlinux.toolchain.cmake $@ ../../..