Skip to content
Snippets Groups Projects
Commit 0d10e4ff authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

project: update Readme.md

Change-Id: I93924f8f9723177ae5ea5b46863f8988bbcc7c2b
parent c7588a53
No related branches found
No related tags found
No related merge requests found
...@@ -67,11 +67,13 @@ Only 64-bit MSVC build can be compiled. ...@@ -67,11 +67,13 @@ Only 64-bit MSVC build can be compiled.
> Note: <br> > Note: <br>
> To control the toolset and the sdk version that are used by msbuild, you can use ```--toolset``` and ```--sdk``` options <br> > To control the toolset and the sdk version that are used by msbuild, you can use ```--toolset``` and ```--sdk``` options <br>
> By default: ```toolset=v141```, ```sdk=10.0.16299.0``` <br> > To control which Qt version should be used (qmake, windeployqt), uou can use ```--qtver``` option <br>
> By default: ```toolset=v141```, ```sdk=10.0.16299.0```, ```qtver=5.9.4``` <br>
> For example: > For example:
```sh ```sh
python make-ring.py --install --toolset v142 --sdk 10.0.18362.0 python make-ring.py --install --toolset v142 --sdk 10.0.18362.0 --qtver 5.12.0
``` ```
### Build Module individually ### Build Module individually
--- ---
...@@ -82,6 +84,7 @@ Only 64-bit MSVC build can be compiled. ...@@ -82,6 +84,7 @@ Only 64-bit MSVC build can be compiled.
- Make sure that dependencies is built by make-ring.py - Make sure that dependencies is built by make-ring.py
- On MSVC folder (ring-project\daemon\MSVC): - On MSVC folder (ring-project\daemon\MSVC):
```sh ```sh
cmake -DCMAKE_CONFIGURATION_TYPES="ReleaseLib_win32" -DCMAKE_VS_PLATFORM_NAME="x64" -G "Visual Studio 16 2019" -A x64 -T '$(DefaultPlatformToolset)' ..
python winmake.py -b daemon python winmake.py -b daemon
``` ```
- This will generate a ```.lib``` file in the path of ring-project\daemon\MSVC\x64\ReleaseLib_win32\bin - This will generate a ```.lib``` file in the path of ring-project\daemon\MSVC\x64\ReleaseLib_win32\bin
...@@ -116,6 +119,7 @@ Only 64-bit MSVC build can be compiled. ...@@ -116,6 +119,7 @@ Only 64-bit MSVC build can be compiled.
**Note** **Note**
- For all python scripts, both ```--toolset``` and ```--sdk``` options are available. - For all python scripts, both ```--toolset``` and ```--sdk``` options are available.
- For more available options, run scripts with ```-h``` option. - For more available options, run scripts with ```-h``` option.
- ```--qtver``` option is available on ```make-lrc.py``` and ```make-client.py```.
## Packaging On Native Windows ## Packaging On Native Windows
--- ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment