Fix docs.

This commit is contained in:
John Preston 2020-02-26 20:17:13 +04:00
parent 3b327d9397
commit 872e063501
2 changed files with 1 additions and 2 deletions

View file

@ -18,7 +18,6 @@ You will require **api_id** and **api_hash** to access the Telegram API servers.
## Install third party software ## Install third party software
Strawberry
* Download **Strawberry Perl** installer from [http://strawberryperl.com/](http://strawberryperl.com/) and install to ***BuildPath*\\ThirdParty\\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 **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** * 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**

View file

@ -51,7 +51,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 4f1cffb git checkout 4f1cffb
cd ../ cd ..
git clone --branch 0.10.0 https://github.com/ericniebler/range-v3 git clone --branch 0.10.0 https://github.com/ericniebler/range-v3
cd xz-5.0.5 cd xz-5.0.5