Skip to content

Commit

Permalink
chore: update static build
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeseung-bae committed Oct 16, 2023
1 parent d9f99ee commit d1e2d34
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/finschia-tutorials/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,17 @@ source ~/.bash_profile

## Static build(Optional)

### CentOS
* Install static library(Optional)
* For CentOS, you may need to install static library

```bash
# May need to install static libraries for linking
# Optional: If you don't have library installed
$ sudo yum install glibc-static.x86_64 libstdc++-static -y
```

* Build statically

```bash
# Build statically
LINK_STATICALLY=true make build
```
Expand Down

0 comments on commit d1e2d34

Please sign in to comment.