You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Windows

  1. Follow these directions to get and configure WSL for Clion: https://www.jetbrains.com/help/clion/how-to-use-wsl-development-environment-in-clion.html

    1. If you’re wondering what distribution to get, Ubuntu is recommended

  2. Run this command on the terminal of Ubuntu(or whatever you decide to get):

    1. sudo apt-get update -y

    2. sudo apt-get install -y gcc-arm-none-eabi

    3. sudo apt install python3-pip

    4. sudo pip install intelhex prettytable

  3. Go to “Settings

  • No labels