https://github.com/RIT-EVT/Setup-Script
https://github.com/RIT-EVT/Setup-Script
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/RIT-EVT/Setup-Script
- Owner: ActuallyTaylor
- Created: 2023-09-11T03:01:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T17:15:57.000Z (almost 2 years ago)
- Last Synced: 2024-12-25T19:15:02.785Z (over 1 year ago)
- Language: Shell
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RIT-EVT Setup Script
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.
# Installation
## Installing for macOS
Paste this command into macOS terminal.
```bash
curl https://raw.githubusercontent.com/RIT-EVT/Setup-Script/main/setup_mac.sh | sh
```
## Installing for Linux
Paste this command into any linux terminal.
```bash
curl https://raw.githubusercontent.com/RIT-EVT/Setup-Script/main/setup_linux.sh | bash
```
```bash
wget -qO - https://raw.githubusercontent.com/RIT-EVT/Setup-Script/main/setup_linux.sh | bash
```
## Installing for Windows
Paste this command into a powershell window.
```powershell
irm "https://raw.githubusercontent.com/RIT-EVT/Setup-Script/main/setup_windows.ps1" | iex
```
# Components
1. CMake
2. GNU Arm Tools
3. OpenOCD
4. clang-format
5. Git (Windows Only)
6. PuTTy (Windows Only)
7. Homebrew (Mac Only)