Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-windows
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-windows
Commits
0d10e4ff
Commit
0d10e4ff
authored
5 years ago
by
Ming Rui Zhang
Browse files
Options
Downloads
Patches
Plain Diff
project: update Readme.md
Change-Id: I93924f8f9723177ae5ea5b46863f8988bbcc7c2b
parent
c7588a53
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-2
6 additions, 2 deletions
README.md
with
6 additions
and
2 deletions
README.md
+
6
−
2
View file @
0d10e4ff
...
@@ -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
\d
aemon
\M
SVC):
-
On MSVC folder (ring-project
\d
aemon
\M
SVC):
```
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
\d
aemon
\M
SVC
\x
64
\R
eleaseLib_win32
\b
in
-
This will generate a
```.lib```
file in the path of ring-project
\d
aemon
\M
SVC
\x
64
\R
eleaseLib_win32
\b
in
...
@@ -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
---
---
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment