This website works better with JavaScript.
Home
Explore
Help
Sign In
binhong
/
SunriseAlarmClock
mirror of
https://github.com/binhonglee/SunriseAlarmClock
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Added setup script
master
BinHong Lee
7 years ago
parent
c4015947db
commit
8c2ccc6bb7
1 changed files
with
8 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
unix.sh
+ 8
- 0
unix.sh
View File
@@ -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
Write
Preview
Loading…
Cancel
Save