This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
building_data_management_systems.Xuanzhou.2024Fall.DaSE
/
leveldb_ttl
forked from
building_data_management_systems.Xuanzhou.2024Fall.DaSE/leveldb_base
Watch
23
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix mkdir (windows)
ld
Pavel Pimenov
5 years ago
parent
56178ddaf4
commit
952be04df6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+ 1
- 1
README.md
View File
@ -45,7 +45,7 @@ cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build .
First generate the Visual Studio 2017 project/solution files:
```bash
mkdir
-p
build
mkdir build
cd build
cmake -G "Visual Studio 15" ..
```
Write
Preview
Loading…
Cancel
Save