mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 22:56:49 +00:00
Added instructions to build from the command line instead of running the visual studio GUI.
This commit is contained in:
parent
0a50f55bd6
commit
afb842ae2f
1 changed files with 5 additions and 1 deletions
|
|
@ -66,7 +66,11 @@ Before you install packages with Brew, you may have to change directories permis
|
|||
|
||||
python prepare.py -G "Visual Studio 14 2015" -DENABLE_DOC=OFF
|
||||
|
||||
4. Open the generated Visual Studio solution `Project.sln.lnk` and build it. Check if the `Release` option is selected in Visual Studio. (With `Win32`!)
|
||||
4. Run the following command in the root directory of linphone-desktop:
|
||||
|
||||
cmake --build WORK\desktop\cmake --config Release
|
||||
|
||||
Or Open the generated Visual Studio solution `Project.sln.lnk` and build it. Check if the `Release` option is selected in Visual Studio. (With `Win32`!)
|
||||
|
||||
## Known bugs and issues
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue