Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:openalpr [2015/10/09 09:30] – [Requirements] scipio | tips:openalpr [2015/10/09 09:56] (current) – [Requirements] scipio | ||
---|---|---|---|
Line 16: | Line 16: | ||
< | < | ||
export NDKROOT=/ | export NDKROOT=/ | ||
- | export PATH=${PATH}: | + | export ANDROID_HOME=/ |
+ | export PATH=${PATH}: | ||
+ | export ANDROID_CMAKE_TOOLCHAIN=/ | ||
</ | </ | ||
- | |||
- | |||
=== Eclipse === | === Eclipse === | ||
Line 52: | Line 52: | ||
/ | / | ||
+ | </ | ||
+ | |||
+ | === android-cmake === | ||
+ | |||
+ | < | ||
+ | cd /lab/sdk | ||
+ | git clone https:// | ||
+ | # update path in sdk.sh above | ||
</ | </ |