forked from Alinshans/MyTinySTL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Alinshans#50 from Alinshans/v2
Ⓜ️ Modify the VS files location.
- Loading branch information
Showing
5 changed files
with
89 additions
and
89 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
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
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
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ MyTinySTL | |
|
||
如果你想要运行测试,请先阅读 [这个](https://github.com/Alinshans/MyTinySTL/blob/master/Test/README.md) 。 | ||
|
||
* linux/osx | ||
* gcc/clang on linux/osx | ||
1. 克隆仓库 | ||
```bash | ||
$ git clone [email protected]:Alinshans/MyTinySTL.git | ||
|
@@ -37,9 +37,9 @@ $ make | |
$ cd ../bin && ./stltest | ||
``` | ||
|
||
* windows | ||
* msvc on windows | ||
1. 克隆仓库或 [Download ZIP](https://github.com/Alinshans/MyTinySTL/archive/master.zip) | ||
2. 使用 `vs2015`(或 `vs2017`)打开 `MyTinySTL.sln`,配置成 `Release` 模式,(Ctrl + F5)开始执行。 | ||
2. 使用 `vs2015`(或 `vs2017`)打开 `MSVC/MyTinySTL_VS2015.sln`,配置成 `Release` 模式,(Ctrl + F5)开始执行。 | ||
|
||
## 文档 | ||
见 [Wiki](https://github.com/Alinshans/MyTinySTL/wiki)。 | ||
|
@@ -72,7 +72,7 @@ This is a `tinySTL` based on `C++11`, which is my first project for practice. I | |
|
||
If you want to run the test, please read [this](https://github.com/Alinshans/MyTinySTL/blob/master/Test/README.md) first. | ||
|
||
* linux/osx | ||
* gcc/clang on linux/osx | ||
|
||
1. git clone | ||
```bash | ||
|
@@ -87,10 +87,10 @@ $ make | |
$ cd ../bin && ./stltest | ||
``` | ||
|
||
* windows | ||
* msvc on windows | ||
|
||
1. git clone or [Download ZIP](https://github.com/Alinshans/MyTinySTL/archive/master.zip) | ||
2. use `vs2015`(or `vs2017`) open the file `MyTinySTL.sln`, configured in `Release`, run this project(Ctrl + F5). | ||
2. use `vs2015`(or `vs2017`) open the file `MSVC/MyTinySTL_VS2015.sln`, configured in `Release`, run this project(Ctrl + F5). | ||
|
||
## Documents | ||
|
||
|
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