Hi,
I was wondering whether it is an acceptable practice to use arcgis Maps SDK for QT inside a docker container. While I am trying to install inside a container ı got the error saying I cannot use installer User Interface Mode. (I do not know why?)
Preparing to install
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
=======================================================
Installer User Interface Mode Not Supported
The installer cannot run in this UI mode. To specify the interface mode, use the -i command-line option, followed by the UI mode identifier. The valid UI modes identifiers are GUI, Console, and Silent.
=======================================================
Later I tried with console option and silent mode. It did not workout. Later I found the exact installer
/home/dev/arcgis-sdk-samples/ArcGIS_Maps_SDK_Qt_Linux64/setup_resources/Disk1/InstData/VM$ ./install.bin -i silent
This call finishes without any warning or output.. After I tried to compile one of the samples
>: /home/dev/arcgis-sdk-samples/ArcGISRuntimeSDKQt_CppSamples/Layers/DisplayKml$ /opt/Qt/gcc_64/bin/qmake6
Cannot read /sdk/ideintegration/arcgis_runtime_qml_cpp.pri: No such file or directory
Project MESSAGE: Error. Cannot locate ArcGIS Runtime PRI file
It seems that ı could not install properly. Is there something missing in my process...
Thanks ..