Przeglądaj źródła

Added setup script

master
BinHong Lee 7 lat temu
rodzic
commit
8c2ccc6bb7
1 zmienionych plików z 8 dodań i 0 usunięć
  1. +8
    -0
      unix.sh

+ 8
- 0
unix.sh Wyświetl plik

@@ -0,0 +1,8 @@
if [ $(uname) == "Darwin" ]; then
echo "MacOS detected"
brew install make cmake avrdude avr-libc
else
echo "Debian based linux detected"
sudo apt-get update
sudo apt-get install gcc-avr binutils-avr avr-libc cmake make gdb-avr avrdude
fi

Ładowanie…
Anuluj
Zapisz