Fix build instructions for Windows (ThirdParty/patches and zlib)
This commit is contained in:
parent
3023a383fc
commit
908b513601
|
@ -32,7 +32,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
||||||
cd ThirdParty
|
cd ThirdParty
|
||||||
git clone https://github.com/desktop-app/patches.git
|
git clone https://github.com/desktop-app/patches.git
|
||||||
cd patches
|
cd patches
|
||||||
git checkout b0ec5df4
|
git checkout b0ec5df
|
||||||
cd ../
|
cd ../
|
||||||
git clone https://chromium.googlesource.com/external/gyp
|
git clone https://chromium.googlesource.com/external/gyp
|
||||||
cd gyp
|
cd gyp
|
||||||
|
@ -95,7 +95,6 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
||||||
|
|
||||||
git clone https://github.com/desktop-app/zlib.git
|
git clone https://github.com/desktop-app/zlib.git
|
||||||
cd zlib
|
cd zlib
|
||||||
git checkout tdesktop
|
|
||||||
cd contrib\vstudio\vc14
|
cd contrib\vstudio\vc14
|
||||||
msbuild zlibstat.vcxproj /property:Configuration=Debug
|
msbuild zlibstat.vcxproj /property:Configuration=Debug
|
||||||
msbuild zlibstat.vcxproj /property:Configuration=ReleaseWithoutAsm
|
msbuild zlibstat.vcxproj /property:Configuration=ReleaseWithoutAsm
|
||||||
|
|
Loading…
Reference in New Issue