Skip to content

Commit

Permalink
Merge pull request #452 from mxaddict/patch-1
Browse files Browse the repository at this point in the history
Added a short bash command for dependencies to build-unix.md
  • Loading branch information
proletesseract authored May 8, 2019
2 parents 0c57840 + 32b7116 commit ddba46d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ Some notes on how to build NavCoin Core in Unix.

## Building in Ubuntu 18.04

You can easily build the dependencies by running the [NavCoin dev tools script here](https://github.com/NAVCoin/navcoin-dev-tools/blob/master/ubuntu-18.04-navcoin-core-dev-setup.sh).
You can easily build the dependencies by running the [NavCoin dev tools script](https://github.com/NAVCoin/navcoin-dev-tools/blob/master/ubuntu-18.04-navcoin-core-dev-setup.sh) using the command bellow.

```bash
curl -o- https://raw.githubusercontent.com/NAVCoin/navcoin-dev-tools/master/ubuntu-18.04-navcoin-core-dev-setup.sh | bash
```

From the navcoin-core directory, you will still need to:
```bash
Expand Down

0 comments on commit ddba46d

Please sign in to comment.