fix md syntax; update boost version ref

This commit is contained in:
Michael Legleux
2022-04-21 09:54:32 -07:00
parent 121ad6abeb
commit f438254178
2 changed files with 2 additions and 2 deletions

View File

@@ -49,8 +49,7 @@ labels:
5. Boostをコンパイルします。
`rippled`のバージョン1.7.2は、Boostバージョン1.70.0ライブラリを必要とします、Boostバージョン1.70.0から1.75.0と互換性があります。 Ubuntu 18.04または20.04ソフトウェアリポジトリに互換性なBoostバージョンがないため、自分でコンパイルする必要があります。次の例では、執筆時点の最新バージョンであるBoost 1.75.0を使用しています。)
`rippled`のバージョン1.9.0は、Boostライブラリを必要とします、Boostバージョン1.71.0から1.77.0と互換性があります。 Ubuntu 18.04または20.04ソフトウェアリポジトリに互換性なBoostバージョンがないため、自分でコンパイルする必要があります。次の例では、執筆時点の最新バージョンであるBoost 1.75.0を使用しています。)
以前に`rippled`用にBoost 1.75.0をインストールしていて、`BOOST_ROOT`環境変数を構成した場合には、このステップはスキップできます。
1. Boost 1.75.0をダウンロードします。

View File

@@ -43,6 +43,7 @@ These instructions use Ubuntu's APT (Advanced Packaging Tool) to install `ripple
Use `cmake --version` to verify that the installation worked.
5. Compile Boost.
Version 1.9.0 of `rippled` requires the Boost library and is compatible with Boost versions 1.71.0 to 1.77.0. The Ubuntu 18.04 (or 20.04) software repositories don't have a compatible Boost version, so you must compile it yourself. The following examples use Boost 1.75.0.
If you have previously built Boost 1.75.0 for `rippled` and configured the `BOOST_ROOT` environment variable, you can skip these steps.