Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunrisepeak committed Mar 28, 2024
1 parent f5636e8 commit 753c666
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
git clone --recursive [email protected]:Sunrisepeak/d2ds.git
```

### 安装xmake

```bash
sudo add-apt-repository ppa:xmake-io/xmake
sudo apt-get update
sudo apt-get install g++ gdb xmake make -y
```

### dslings自动检测

在本地[d2ds仓库](https://github.com/Sunrisepeak/d2ds)的根目录执行如下命令
Expand Down
14 changes: 14 additions & 0 deletions src/Instroduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,20 @@ private:
用dslings的**编译器驱动开发模式**来进行代码练习
### 代码下载
```bash
git clone --recursive [email protected]:Sunrisepeak/d2ds.git
```

### 安装xmake

```bash
sudo add-apt-repository ppa:xmake-io/xmake
sudo apt-get update
sudo apt-get install g++ gdb xmake make -y
```

### dslings自动检测

在本地[d2ds仓库](https://github.com/Sunrisepeak/d2ds)的根目录执行如下命令
Expand Down

0 comments on commit 753c666

Please sign in to comment.