Skip to content

Commit

Permalink
docs: add static build for centOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeseung-bae committed Oct 13, 2023
1 parent a450fb9 commit 0c0e994
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/finschia-tutorials/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,21 @@ source ~/.bash_profile
**Go 1.20+** is required for the Finschia SDK.
:::

## Static build(Optional)

### CentOS

```bash
# May need to install static libraries for linking
$ sudo yum install glibc-static.x86_64 libstdc++-static -y

# Build statically
LINK_STATICALLY=true make build
```

## Install the binaries

Next, let's install the latest version of Gaia. Make sure you `git checkout` the
Next, let's install the latest version of Finschia. Make sure you `git checkout` the
correct [released version](https://github.com/Finschia/finschia/releases).

```bash
Expand Down

0 comments on commit 0c0e994

Please sign in to comment.