本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
binhong
/
SunriseAlarmClock
镜像来自
https://github.com/binhonglee/SunriseAlarmClock
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
Added setup script
master
BinHong Lee
7 年之前
父節點
c4015947db
當前提交
8c2ccc6bb7
共有
1 個檔案被更改
,包括
8 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
unix.sh
+ 8
- 0
unix.sh
查看文件
@@ -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…
取消
儲存