mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
chore(README.md): add -DENABLE_DOC=OFF in prepare.py command line
This commit is contained in:
parent
9c0a9b2752
commit
c6896d1afc
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ Here are the general instructions to build linphone for desktop. The specific in
|
|||
|
||||
1. Prepare the build in a terminal by running the following command in the current directory:
|
||||
|
||||
./prepare.py
|
||||
./prepare.py -DENABLE_DOC=OFF
|
||||
|
||||
2. Build the project in a terminal with:
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ Here are the general instructions to build linphone for desktop. The specific in
|
|||
|
||||
3. Open a Windows command line (cmd.exe) in the current directory and run:
|
||||
|
||||
python prepare.py -G "Visual Studio 14 2015"
|
||||
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`!)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue