Skip to content

Commit

Permalink
docs: add info for numactl-devel and some minor changes, issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lwxiang committed Apr 29, 2019
1 parent b34d358 commit 70f798e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/install/source_compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ mkdir -p $GOPATH/src #为GOPATH新建源代码存放路径
## 编译环境

- golang >= 1.11.2
- numactl-devel >= 2.0.9

``` shell
sudo yum install numactl-devel -y
```

## 源码下载

Expand Down Expand Up @@ -39,5 +44,5 @@ source ./scripts/env.sh

### 编译
``` shell
make
make -j
```

0 comments on commit 70f798e

Please sign in to comment.