Explorar el Código

Added setup script

master
BinHong Lee hace 7 años
padre
commit
8c2ccc6bb7
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      unix.sh

+ 8
- 0
unix.sh Ver fichero

@@ -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

Cargando…
Cancelar
Guardar