Skip to content

Commit

Permalink
Update how_to_build.rst
Browse files Browse the repository at this point in the history
改行
  • Loading branch information
MizukiSonoko authored Dec 8, 2016
1 parent c066d1c commit bd13719
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions docs/how_to_build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
==================

今回は"sudo"を書きたくないのでrootで行いましたが普通のユーザーの方がいいと思います。よしなにお願いします

I could not write "sudo" in this time and I executed as root, but I
think normal user is better, Do as you think best.

Expand All @@ -23,7 +24,9 @@ OS
Compiler & Maketool
-------------------

基本的にC++14がコンパイルできる物が必要 I need C++14 compilable compiler
基本的にC++14がコンパイルできる物が必要

I need C++14 compilable compiler

::

Expand All @@ -41,7 +44,9 @@ Compiler & Maketool
xsltprocのインストール / Install xsltproc
-----------------------------------------

KeccakCodePackageのbuildで使用 used by building KeccakCodePackage
KeccakCodePackageのbuildで使用

used by building KeccakCodePackage

::

Expand All @@ -50,7 +55,9 @@ KeccakCodePackageのbuildで使用 used by building KeccakCodePackage
libsnappy-dev等のインストール / Install libsnappy-dev and so on
---------------------------------------------------------------

LevelDBのbuildで使用 used by building LevelDB
LevelDBのbuildで使用

used by building LevelDB

::

Expand All @@ -59,7 +66,9 @@ LevelDBのbuildで使用 used by building LevelDB
基本的なもののインストール / Install basic library  
-----------------------------------------------------

基本的な物、Dockerとかだとたまに無い Basically library
基本的な物、Dockerとかだとたまに無い

Basically library

::

Expand All @@ -69,6 +78,7 @@ protobuf のインストール / Install protobuf
------------------------------------------

buildは時間かかる あと\ **バージョンは3.0.0でなければいけない**

**Version should be 3.0.0!!**

::
Expand Down Expand Up @@ -103,8 +113,9 @@ buildに時間かかるのでBinaryがほしい
Iroha本体のclone / Clone iroha
==============================

いろはを構築したい場所をよしなに決めてください Could you decide place
you will install iroha as you think best.
いろはを構築したい場所をよしなに決めてください

Could you decide place you will install iroha as you think best.

::

Expand Down

0 comments on commit bd13719

Please sign in to comment.