2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Update build instructions.

This commit is contained in:
John Preston
2020-05-12 19:43:39 +04:00
parent 2e92441b3a
commit 84399286c1
4 changed files with 12 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ Go to ***BuildPath*** and run
git clone https://github.com/desktop-app/patches.git
cd patches
git checkout e036126
git checkout b08b497
cd ../
git clone https://chromium.googlesource.com/external/gyp
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
@@ -47,7 +47,7 @@ Go to ***BuildPath*** and run
git clone https://github.com/desktop-app/patches.git
cd patches
git checkout e036126
git checkout b08b497
cd ..
xz_ver=5.2.4
@@ -238,8 +238,7 @@ Go to ***BuildPath*** and run
cd qt5_12_8
perl init-repository --module-subset=qtbase,qtimageformats
git checkout v5.12.8
git submodule update qtbase
git submodule update qtimageformats
git submodule update qtbase qtimageformats
cd qtbase
git apply ../../patches/qtbase_5_12_8.diff
cd ..