Skip to content

Commit

Permalink
Merge pull request #242 from hidehigo/patch-1
Browse files Browse the repository at this point in the history
added some procedure into how to build
  • Loading branch information
takemiyamakoto committed Mar 21, 2017
2 parents 42783ee + a1242f3 commit c297857
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/how_to_build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ I need C++14 compilable compiler

::

# apt -y install xsltproc libhdf5-serial-dev libsnappy-dev liblmdb-dev autoconf automake libtool unzip
# apt -y install xsltproc libhdf5-serial-dev libsnappy-dev liblmdb-dev autoconf automake libtool unzip libssl-dev


protobuf のインストール / Install protobuf
Expand Down Expand Up @@ -82,6 +82,11 @@ buildに時間かかるのでBinaryがほしい
root@mizuki # which grpc_cpp_plugin
/usr/local/bin/grpc_cpp_plugin

java のインストール / Install java
----------------------------------

javaが必要

Iroha本体のclone / Clone iroha
==============================

Expand Down Expand Up @@ -115,6 +120,7 @@ Iroha本体のbuild / build iroha
~/iroha # mkdir build
~/iroha # cd build/
~/iroha/build # cmake ..
~/iroha/build # make
.
.
.
Expand Down

0 comments on commit c297857

Please sign in to comment.