Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
binhong
/
SunriseAlarmClock
espelho de
https://github.com/binhonglee/SunriseAlarmClock
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Added setup script
master
BinHong Lee
há 7 anos
ascendente
c4015947db
cometimento
8c2ccc6bb7
1 ficheiros alterados
com
8 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+8
-0
unix.sh
+ 8
- 0
unix.sh
Ver ficheiro
@@ -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
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar