mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-24 04:08:39 +00:00
parent
ae3fae44b2
commit
1e861f79f0
@ -25,7 +25,7 @@ GOTO:EOF
|
|||||||
|
|
||||||
:getDependencies
|
:getDependencies
|
||||||
call:logInfo "Clone dependencies repository"
|
call:logInfo "Clone dependencies repository"
|
||||||
git clone -q --depth 1 --branch=master https://github.com/telegramdesktop/dependencies_windows.git %LIB_DIR%
|
git clone -q --depth 1 --branch master https://github.com/telegramdesktop/dependencies_windows.git %LIB_DIR%
|
||||||
cd %LIB_DIR%
|
cd %LIB_DIR%
|
||||||
|
|
||||||
git clone --depth 1 --branch 0.5.0 https://github.com/ericniebler/range-v3
|
git clone --depth 1 --branch 0.5.0 https://github.com/ericniebler/range-v3
|
||||||
|
@ -38,7 +38,7 @@ Go to ***BuildPath*** and run
|
|||||||
mkdir Libraries
|
mkdir Libraries
|
||||||
cd Libraries
|
cd Libraries
|
||||||
|
|
||||||
git clone https://github.com/ericniebler/range-v3
|
git clone --branch 0.5.0 https://github.com/ericniebler/range-v3
|
||||||
|
|
||||||
git clone https://github.com/telegramdesktop/zlib.git
|
git clone https://github.com/telegramdesktop/zlib.git
|
||||||
cd zlib
|
cd zlib
|
||||||
|
@ -55,7 +55,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
|||||||
mkdir Libraries
|
mkdir Libraries
|
||||||
cd Libraries
|
cd Libraries
|
||||||
|
|
||||||
git clone https://github.com/ericniebler/range-v3 range-v3
|
git clone --branch 0.5.0 https://github.com/ericniebler/range-v3 range-v3
|
||||||
|
|
||||||
git clone https://github.com/telegramdesktop/lzma.git
|
git clone https://github.com/telegramdesktop/lzma.git
|
||||||
cd lzma\C\Util\LzmaLib
|
cd lzma\C\Util\LzmaLib
|
||||||
|
@ -30,7 +30,7 @@ Go to ***BuildPath*** and run
|
|||||||
|
|
||||||
cd Libraries
|
cd Libraries
|
||||||
|
|
||||||
git clone https://github.com/ericniebler/range-v3
|
git clone --branch 0.5.0 https://github.com/ericniebler/range-v3
|
||||||
|
|
||||||
cd xz-5.0.5
|
cd xz-5.0.5
|
||||||
CFLAGS="-mmacosx-version-min=10.8" LDFLAGS="-mmacosx-version-min=10.8" ./configure
|
CFLAGS="-mmacosx-version-min=10.8" LDFLAGS="-mmacosx-version-min=10.8" ./configure
|
||||||
|
Loading…
Reference in New Issue
Block a user