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:26] – 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 21: | Line 31: | ||
[[http:// | [[http:// | ||
- | Unpack to /lab/sdk/ and Import / | + | * Unpack to /lab/sdk/ and Import / |
- | + | | |
- | On opencv projects add C++ nature: | + | |
- | + | * Project Properties | |
- | Project Properties -> C/C++ Build, and replace “Build command” text to " | + | |
- | === android-ndk === | + | |
- | + | ||
- | / | + | |
- | <code> | + | |
- | export NDKROOT=/ | + | |
- | export PATH=${PATH}: | + | |
- | </code> | + | |
=== tess-two === | === tess-two === | ||
Line 50: | Line 52: | ||
/ | / | ||
+ | </ | ||
+ | |||
+ | === android-cmake === | ||
+ | |||
+ | < | ||
+ | cd /lab/sdk | ||
+ | git clone https:// | ||
+ | # update path in sdk.sh above | ||
</ | </ |