You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STAND appears to have been built around supporting autotools for building various libraries in BAD. This works fine for many components, but the following have since abandoned autotools for CMAKE:
GEOS (3.10 and later only support CMAKE)
GDAL (3.6.0 only supports CMAKE)
PROJ (Post 8.2.1 only supports CMAKE)
When building with CMAKE (and targeting Android), you need to specify the NDK toolchain file using the following parameters:
STAND appears to not include the toolchain file, and the NDK directory structure appears to be laid out differently than the source archive (android-ndk-r23c-linux.zip).
Would it be possible to build a set of STAND images which support CMAKE?
The text was updated successfully, but these errors were encountered:
It's a bit cumbersome, because it needs special casing in the make files on a per version basis, but it's definitely doable. Case in point, Tesseract 4.0.0 is using CMake whilst earlier versions are Autotools.
STAND appears to have been built around supporting autotools for building various libraries in BAD. This works fine for many components, but the following have since abandoned autotools for CMAKE:
GEOS (3.10 and later only support CMAKE)
GDAL (3.6.0 only supports CMAKE)
PROJ (Post 8.2.1 only supports CMAKE)
When building with CMAKE (and targeting Android), you need to specify the NDK toolchain file using the following parameters:
STAND appears to not include the toolchain file, and the NDK directory structure appears to be laid out differently than the source archive (android-ndk-r23c-linux.zip).
Would it be possible to build a set of STAND images which support CMAKE?
The text was updated successfully, but these errors were encountered: