#!/bin/bash # Run this from within a bash shell cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_TOOLCHAIN_FILE=./arm.linux.cross.cmake \ -DCMAKE_RKPLATFORM_ENABLE=ON \ -G "Unix Makefiles" \ ../../../ && cmake --build .