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 10: | Line 10: | ||
=== android sdk === | === android sdk === | ||
+ | |||
+ | === android-ndk === | ||
+ | |||
+ | / | ||
+ | < | ||
+ | export NDKROOT=/ | ||
+ | export ANDROID_HOME=/ | ||
+ | export PATH=${PATH}: | ||
+ | export ANDROID_CMAKE_TOOLCHAIN=/ | ||
+ | </ | ||
=== Eclipse === | === Eclipse === | ||
Line 25: | Line 35: | ||
* Project Properties -> C/C++ Build, and replace “Build command” text to " | * Project Properties -> C/C++ Build, and replace “Build command” text to " | ||
* Project Properties -> Android -> set target | * Project Properties -> Android -> set target | ||
- | |||
- | === android-ndk === | ||
- | |||
- | / | ||
- | < | ||
- | export NDKROOT=/ | ||
- | export PATH=${PATH}: | ||
- | </ | ||
=== tess-two === | === tess-two === | ||
Line 50: | Line 52: | ||
/ | / | ||
+ | </ | ||
+ | |||
+ | === android-cmake === | ||
+ | |||
+ | < | ||
+ | cd /lab/sdk | ||
+ | git clone https:// | ||
+ | # update path in sdk.sh above | ||
</ | </ |