Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ libsodium-1.0.18-stable-msvc.zip
libmicrohttpd-0.9.77-w32-bin.zip
openssl-3.1.4.zip
readline-5.0-1-lib.zip
# Only ignore in root directory (see README.md)
/build-macos-shared.sh
/build-ubuntu-shared.sh
/build-windows.bat
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ Usually, the response to your pull request will indicate which section it falls
* Thou shall make sure that workflows are cleanly completed for your PR before considering merge

## Build TON blockchain
Make sure to have loaded relevant submodules before:
```bash
git submodule update --init --recursive
```

### Ubuntu 20.4, 22.04, 24.04 (x86-64, aarch64)
Install additional system libraries
Expand Down