Skip to content

Commit

Permalink
guideline: add makefile based guideline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Zhong committed Sep 14, 2017
1 parent 7675fc1 commit 7371958
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions develop.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
# Develop guideline

## 1. Install Dep
## Prerequisites

[Dep](https://github.com/golang/dep) is official dependency management tool create by Golang team.
Go https://golang.org >= 1.9
Dep https://github.com/golang/dep >= 0.3.0

## 2. Download dependency modules
## Building the source

At the root directory of go-nebulas, run the following command:

```
dep ensure
```
// install dependencies.
make dep
## 3. Build client

Go to neb directory, run the following command:

```
go build
// build
make build
```

0 comments on commit 7371958

Please sign in to comment.