mirror of
https://github.com/google/leveldb.git
synced 2025-01-27 06:30:07 +08:00
Update README.md with formatting and grammar changes
This commit is contained in:
parent
77d66aaf3e
commit
dfef3cfef4
@ -59,7 +59,7 @@ mkdir build
|
||||
cd build
|
||||
cmake -G "Visual Studio 15" ..
|
||||
```
|
||||
The default default will build for x86. For 64-bit run:
|
||||
The default default will build for x86. For x64 run:
|
||||
|
||||
```cmd
|
||||
cmake -G "Visual Studio 15 Win64" ..
|
||||
@ -71,7 +71,7 @@ To compile the Windows solution from the command-line:
|
||||
devenv /build Debug leveldb.sln
|
||||
```
|
||||
|
||||
or open leveldb.sln in Visual Studio and build from within.
|
||||
or open `leveldb.sln` in Visual Studio and build from within.
|
||||
|
||||
Please see the CMake documentation and `CMakeLists.txt` for more advanced usage.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user