This repository contains setup scripts for an EVT Development Enivornment. This script was created to streamline the process of installing complex components of the EVT environment.
Installation has been streamlined to a single command on both macOS, Windows and Linux.
Paste this command into macOS terminal.
curl https://raw.githubusercontent.com/RIT-EVT/Setup-Script/main/setup_mac.sh | sh
Paste this command into any linux terminal.
curl https://raw.githubusercontent.com/RIT-EVT/Setup-Script/main/setup_linux.sh | bash
Paste this command into a powershell window.
irm "https://raw.githubusercontent.com/RIT-EVT/Setup-Script/main/setup_windows.ps1" | iex
- CMake
- GNU Arm Tools
- OpenOCD
- clang-format
- Git (Windows Only)
- PuTTy (Windows Only)
- Homebrew (Mac Only)