Skip to content

Commit

Permalink
Merge pull request #1 from bxq2011hust/master
Browse files Browse the repository at this point in the history
modify prerequisite
  • Loading branch information
vita-dounai committed Jan 18, 2021
2 parents 28dab7d + ea1f23a commit e594f03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/quick_start/prerequisite.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,9 @@ git clone https://github.com/bxq2011hust/FISCO-BCOS-1
```bash
cd FISCO-BCOS-1
git checkout dev-wasm
mkdir build && cd build && cmake .. && make -j4
```

编译过程中会包含对hera及wasmer项目的编译,因此耗时相对于编译常规FISCO BCOS源码较长,请耐心等待。编译完成后,`FISCO-BCOS-1/build/bin`目录下会生成内置Wasm虚拟机的FISCO BCOS二进制程序。
FISCO BCOS源码编译请参考[这里](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/manual/get_executable.html#id2)编译过程中会包含对hera及wasmer项目的编译,因此耗时相对于编译常规FISCO BCOS源码较长,请耐心等待。编译完成后,`FISCO-BCOS-1/build/bin`目录下会生成内置Wasm虚拟机的FISCO BCOS二进制程序。

## 建链

Expand Down

0 comments on commit e594f03

Please sign in to comment.