windows: style changes

This commit is contained in:
Ming Rui Zhang
2019-12-03 12:25:17 -05:00
parent 88a4efb1ce
commit 1b258f940f

View File

@ -305,7 +305,7 @@ Only 64-bit MSVC build can be compiled.
git submodule update --init daemon lrc client-windows
git submodule update --recursive --remote daemon lrc client-windows
```
- Using Command Prompt under **Administrator right**
- Using **Elevated Command Prompt**
```sh
python make-ring.py --dependencies
```
@ -322,17 +322,18 @@ Only 64-bit MSVC build can be compiled.
> The issue 3 can be solved by uninstalling your current strawberry perl and re-run the command. <br>
> The issue 4 can be solved by adding the location of the cmake.exe into PATH. <br>
- Using a new Command Prompt **(no Administrator right)**
- Using a new **Non-Elevated Command Prompt**
```sh
python make-ring.py --install
```
- Then you should be able to use the Visual Studio Solution file in client-windows folder **(Configuration = Release, Platform = x64)**
> Note:
> Note: <br>
> To control the toolset and the sdk version that are used by msbuild, you can use ```--toolset``` and ```--sdk``` options <br>
> Defaultly, ```toolset=v141```, ```sdk=10.0.16299.0```
> By default: ```toolset=v141```, ```sdk=10.0.16299.0``` <br>
> For example:
```sh
python make-ring.py --install --toolset v141 --sdk 10.0.16299.0
python make-ring.py --install --toolset v142 --sdk 10.0.18362.0
```
How to Build LibRing (or Daemon)