From 872e063501bf5fe0d0e7cfb4a7536ef01f2a19da Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 26 Feb 2020 20:17:13 +0400 Subject: [PATCH] Fix docs. --- docs/building-msvc.md | 1 - docs/building-xcode.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/building-msvc.md b/docs/building-msvc.md index e23677577..60b47713f 100644 --- a/docs/building-msvc.md +++ b/docs/building-msvc.md @@ -18,7 +18,6 @@ You will require **api_id** and **api_hash** to access the Telegram API servers. ## Install third party software -Strawberry * Download **Strawberry Perl** installer from [http://strawberryperl.com/](http://strawberryperl.com/) and install to ***BuildPath*\\ThirdParty\\Strawberry** * Download **NASM** installer from [http://www.nasm.us](http://www.nasm.us) and install to ***BuildPath*\\ThirdParty\\NASM** * Download **Yasm** executable from [http://yasm.tortall.net/Download.html](http://yasm.tortall.net/Download.html), rename to *yasm.exe* and put to ***BuildPath*\\ThirdParty\\yasm** diff --git a/docs/building-xcode.md b/docs/building-xcode.md index d4f374265..1bb348427 100644 --- a/docs/building-xcode.md +++ b/docs/building-xcode.md @@ -51,7 +51,7 @@ Go to ***BuildPath*** and run git clone https://github.com/desktop-app/patches.git cd patches git checkout 4f1cffb - cd ../ + cd .. git clone --branch 0.10.0 https://github.com/ericniebler/range-v3 cd xz-5.0.5