Skip to content

Instantly share code, notes, and snippets.

@adevaykin
adevaykin / build.sh
Created December 14, 2014 10:39
VES/VTK and Kiwiviewer App for Android building script
#!/bin/bash
#
# Based on the build script for Mac OS written by Cameron Lowell Palmer.
# Check it out here: https://gist.github.com/palmerc/9963e835f23e794a85df
#
# Building Kiwiviewer for Android in Linux environment
export CC=`which gcc`
export CXX=`which g++`
export CMAKE_C_COMPILER=${CC}