There is a instruction for windows users, based on WSL
-
Setup WSL with Ubuntu 20.04.x LTS
Distributor ID: Ubuntu Description: Ubuntu 20.04.2 LTS Release: 20.04 Codename: focal
-
Install missing package on WSL
sudo apt update sudo apt-get -y install build-essential curl unzip tar pkg-config cmake python3-pip gdb
-
Install conan by pip
sudo pip install conan
-
Enable WSL Toolchain in Clion and set it as default
-
Create a new profile use WSL
-
Run the Sample Test