This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5636e8
commit 753c666
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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)的根目录执行如下命令 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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)的根目录执行如下命令 | ||
|