Skip to content

Commit

Permalink
Update tonlib version.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Mar 24, 2020
1 parent efead56 commit 653eed6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/building-cmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Go to ***BuildPath*** and run

git clone https://github.com/ton-blockchain/ton.git
cd ton
git checkout 950e2922
git checkout b3fdd656
git submodule init
git submodule update third-party/crc32c
mkdir build-debug
Expand Down
2 changes: 1 addition & 1 deletion docs/building-msvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***

git clone https://github.com/ton-blockchain/ton.git
cd ton
git checkout 950e2922
git checkout b3fdd656
git submodule init
git submodule update third-party/crc32c
mkdir build-debug
Expand Down
2 changes: 1 addition & 1 deletion docs/building-xcode.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Go to ***BuildPath*** and run

git clone https://github.com/ton-blockchain/ton.git
cd ton
git checkout 950e2922
git checkout b3fdd656
git submodule init
git submodule update third-party/crc32c
mkdir build-debug
Expand Down

0 comments on commit 653eed6

Please sign in to comment.