Skip to content

Commit

Permalink
Updating auto-gen code
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed May 28, 2024
2 parents 6f0f206 + bc7f3ac commit cf15319
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions content/docs/install/install-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,18 @@ If you need help with a particular step, see the [installation's troubleshooting
- Clone the repo and compile the executable:

```shell
git clone --depth 1 --branch master https://github.com/TrueBlocks/trueblocks-core
git clone --depth 1 --recurse-submodules --branch develop https://github.com/TrueBlocks/trueblocks-core
cd trueblocks-core
mkdir build && cd build
../scripts/go-work-sync.sh # if on develop branch
cmake ../src
make # may be faster with make -j <nproc>
make
```

- Switch to the `master` branch if you want a more stable version.

- The build may be faster with `make -j <nproc>`.

- Add `./trueblocks-core/bin` to your shell's $PATH. Check Google if you don't know what this means.

- Type `chifra config --paths`. This will produce a display similar to the following (ignore any errors). Note the `$CONFIG` paths.
Expand Down

0 comments on commit cf15319

Please sign in to comment.