Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 670 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 670 Bytes

Containerized ConnectIQ Development Environment for Linux

TL;DR:

  • have a working Docker environment

  • export CIQ_SDK_VERSION=''

  • build the Docker Image: ./build

  • run the Docker Image: ./run

  • launch the SDK manager to install devices: sdkmanager

  • build one of my CIQ project (e.g. RawLogger): make iq

Other available environment variables:

  • CIQ_SDK_DIR: path to SDK installation directory (default: ${HOME}/.Garmin/ConnectIQ)`

  • CIQ_SRC_DIR: path to your CIQ projects source code, mounted in /home/ciq/src (default: none)