CCCT

The highly optimized and integrated template of Cmake Clion Conan for University of Adelaide C++ direction course. Educational purpose only

View on GitHub

There is a instruction for windows users, based on WSL

  1. Setup WSL with Ubuntu 20.04.x LTS

    Distributor ID:	Ubuntu
    Description:	Ubuntu 20.04.2 LTS
    Release:	20.04
    Codename:	focal
    

    https://docs.microsoft.com/en-us/windows/wsl/install-win10

  2. Install missing package on WSL

    sudo apt update
    sudo apt-get -y install build-essential curl unzip tar pkg-config cmake python3-pip gdb
    

    image-20210806153347987

  3. Install conan by pip

    sudo pip install conan
    
  4. Enable WSL Toolchain in Clion and set it as default image-20210806153550014

  5. Create a new profile use WSL image-20210806153630377

  6. Run the Sample Test

    image-20210806153826475

Get Started a new Sub-project