Skip to content

Commit 6df267f

Browse files
authored
Merge pull request #7 from BernardXiong/codespace_install
Add install.sh for codespace
2 parents 9cbcd7a + fc574f8 commit 6df267f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tools/install.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# !/bin/sh
2+
3+
# 在Linux下准备smart-build的环境
4+
sudo apt update
5+
sudo apt install python3 python3-pip parted unzip dosfstools udevadm -y
6+
pip install scons requests tqdm kconfiglib
7+
8+
sudo add-apt-repository ppa:xmake-io/xmake
9+
sudo apt update
10+
sudo apt install xmake

0 commit comments

Comments
 (0)