mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-28 11:30:54 +00:00
Update build instructions.
This commit is contained in:
parent
2e92441b3a
commit
84399286c1
@ -54,7 +54,7 @@ Go to ***BuildPath*** and run
|
|||||||
|
|
||||||
git clone https://github.com/desktop-app/patches.git
|
git clone https://github.com/desktop-app/patches.git
|
||||||
cd patches
|
cd patches
|
||||||
git checkout e036126
|
git checkout b08b497
|
||||||
cd ../
|
cd ../
|
||||||
|
|
||||||
git clone https://github.com/xiph/opus
|
git clone https://github.com/xiph/opus
|
||||||
@ -228,12 +228,9 @@ Go to ***BuildPath*** and run
|
|||||||
|
|
||||||
git clone git://code.qt.io/qt/qt5.git qt_5_12_8
|
git clone git://code.qt.io/qt/qt5.git qt_5_12_8
|
||||||
cd qt_5_12_8
|
cd qt_5_12_8
|
||||||
perl init-repository --module-subset=qtbase,qtwayland,qtimageformats,qtsvg
|
perl init-repository --module-subset=qtbase,qtwayland,qtimageformats,qtsvg,qtx11extras
|
||||||
git checkout v5.12.8
|
git checkout v5.12.8
|
||||||
git submodule update qtbase
|
git submodule update qtbase qtwayland qtimageformats qtsvg qtx11extras
|
||||||
git submodule update qtwayland
|
|
||||||
git submodule update qtimageformats
|
|
||||||
git submodule update qtsvg
|
|
||||||
cd qtbase
|
cd qtbase
|
||||||
git apply ../../patches/qtbase_5_12_8.diff
|
git apply ../../patches/qtbase_5_12_8.diff
|
||||||
cd ..
|
cd ..
|
||||||
|
@ -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 e036126
|
git checkout b08b497
|
||||||
cd ../
|
cd ../
|
||||||
git clone https://chromium.googlesource.com/external/gyp
|
git clone https://chromium.googlesource.com/external/gyp
|
||||||
cd gyp
|
cd gyp
|
||||||
@ -64,7 +64,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
|||||||
|
|
||||||
git clone https://github.com/desktop-app/patches.git
|
git clone https://github.com/desktop-app/patches.git
|
||||||
cd patches
|
cd patches
|
||||||
git checkout e036126
|
git checkout b08b497
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
git clone https://github.com/desktop-app/lzma.git
|
git clone https://github.com/desktop-app/lzma.git
|
||||||
@ -151,8 +151,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
|||||||
cd qt_5_12_8
|
cd qt_5_12_8
|
||||||
perl init-repository --module-subset=qtbase,qtimageformats
|
perl init-repository --module-subset=qtbase,qtimageformats
|
||||||
git checkout v5.12.8
|
git checkout v5.12.8
|
||||||
git submodule update qtbase
|
git submodule update qtbase qtimageformats
|
||||||
git submodule update qtimageformats
|
|
||||||
cd qtbase
|
cd qtbase
|
||||||
git apply ../../patches/qtbase_5_12_8.diff
|
git apply ../../patches/qtbase_5_12_8.diff
|
||||||
cd ..
|
cd ..
|
||||||
|
@ -35,7 +35,7 @@ Go to ***BuildPath*** and run
|
|||||||
|
|
||||||
git clone https://github.com/desktop-app/patches.git
|
git clone https://github.com/desktop-app/patches.git
|
||||||
cd patches
|
cd patches
|
||||||
git checkout 395b620
|
git checkout b08b497
|
||||||
cd ../
|
cd ../
|
||||||
git clone https://chromium.googlesource.com/external/gyp
|
git clone https://chromium.googlesource.com/external/gyp
|
||||||
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||||
@ -52,7 +52,7 @@ Go to ***BuildPath*** and run
|
|||||||
|
|
||||||
git clone https://github.com/desktop-app/patches.git
|
git clone https://github.com/desktop-app/patches.git
|
||||||
cd patches
|
cd patches
|
||||||
git checkout 395b620
|
git checkout b08b497
|
||||||
cd ../
|
cd ../
|
||||||
|
|
||||||
cd xz-5.0.5
|
cd xz-5.0.5
|
||||||
@ -235,8 +235,7 @@ Go to ***BuildPath*** and run
|
|||||||
cd qt5_6_2
|
cd qt5_6_2
|
||||||
perl init-repository --module-subset=qtbase,qtimageformats
|
perl init-repository --module-subset=qtbase,qtimageformats
|
||||||
git checkout v5.6.2
|
git checkout v5.6.2
|
||||||
git submodule update qtbase
|
git submodule update qtbase qtimageformats
|
||||||
git submodule update qtimageformats
|
|
||||||
cd qtbase
|
cd qtbase
|
||||||
git apply ../../patches/qtbase_5_6_2.diff
|
git apply ../../patches/qtbase_5_6_2.diff
|
||||||
cd ..
|
cd ..
|
||||||
|
@ -29,7 +29,7 @@ Go to ***BuildPath*** and run
|
|||||||
|
|
||||||
git clone https://github.com/desktop-app/patches.git
|
git clone https://github.com/desktop-app/patches.git
|
||||||
cd patches
|
cd patches
|
||||||
git checkout e036126
|
git checkout b08b497
|
||||||
cd ../
|
cd ../
|
||||||
git clone https://chromium.googlesource.com/external/gyp
|
git clone https://chromium.googlesource.com/external/gyp
|
||||||
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
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
|
git clone https://github.com/desktop-app/patches.git
|
||||||
cd patches
|
cd patches
|
||||||
git checkout e036126
|
git checkout b08b497
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
xz_ver=5.2.4
|
xz_ver=5.2.4
|
||||||
@ -238,8 +238,7 @@ Go to ***BuildPath*** and run
|
|||||||
cd qt5_12_8
|
cd qt5_12_8
|
||||||
perl init-repository --module-subset=qtbase,qtimageformats
|
perl init-repository --module-subset=qtbase,qtimageformats
|
||||||
git checkout v5.12.8
|
git checkout v5.12.8
|
||||||
git submodule update qtbase
|
git submodule update qtbase qtimageformats
|
||||||
git submodule update qtimageformats
|
|
||||||
cd qtbase
|
cd qtbase
|
||||||
git apply ../../patches/qtbase_5_12_8.diff
|
git apply ../../patches/qtbase_5_12_8.diff
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user