Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: Add submodule notice to README, Add build-macos-shared.sh to .gitignore if in root to match docs #1565

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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