The recommended platforms are Ubuntu 22.04, Ubuntu 20.04 or Windows10 20H1 with cmake-3.16.3 or above.
The older, Ubuntu 18.04 version, is also supported by the Heex SDK.

Getting Heex SDK

Get the SDK from the Documentation & SDK section of the Web Platform, at the your-env.heex.io address.

Let’s unzip the SDK:

cd ~/
unzip Heex_SDK_<version>_<platform>.zip
cd Heex_SDK_<version>

💡 Tip: On Python

If you are working with Python, the installation is done. You can directly develop your python agents.

Building HeexSDK

📝 Note:

Please make sure you have all pre-required dependencies listed here. Please make sure your system is up-to-date. On Debian based systems, you may want to run: sudo apt update -y

ℹ️ Note:

If you are working with a ros melodic environment, add the flag --with-legacy-ubuntu18 to the command below.
It is assumed that you have boost 1.65.1 already installed. Note that the build process will not install it for you.

Build the SDK using the CLI in the Heex_SDK directory:

./heex sdk build --build-examples

ℹ️ Note: CONGRATULATIONS!

You have completed the SDK building and configuration phase!