mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Merge pull request #517 from jhaaaa/version-sig
Updates rippled Ubuntu tutorial with updated log signature. Updates rippled macOS tutorial with more precise `rippled` version.
This commit is contained in:
@@ -24,7 +24,7 @@ For development purposes Ripple recommends running `rippled` as your own user, n
|
|||||||
|
|
||||||
$ brew install git cmake pkg-config protobuf openssl ninja
|
$ brew install git cmake pkg-config protobuf openssl ninja
|
||||||
|
|
||||||
0. Install Boost 1.67.0. `rippled` 1.2.x is compatible with Boost 1.67. <!--#{ no boost@1.67 formula, so must manually compile and install. will eventually upgrade to boost 1.68, but needs testing first }# -->
|
0. Install Boost 1.67.0. `rippled` 1.2.0 is compatible with Boost 1.67. <!--#{ no boost@1.67 formula, so must manually compile and install. will eventually upgrade to boost 1.68, but needs testing first }# -->
|
||||||
|
|
||||||
1. Download [Boost 1.67.0](https://dl.bintray.com/boostorg/release/1.67.0/source/boost_1_67_0.tar.bz2).
|
1. Download [Boost 1.67.0](https://dl.bintray.com/boostorg/release/1.67.0/source/boost_1_67_0.tar.bz2).
|
||||||
|
|
||||||
|
|||||||
@@ -88,11 +88,11 @@ These instructions use Ubuntu's APT (Advanced Packaging Tool) to install the sof
|
|||||||
|
|
||||||
$ git log -1
|
$ git log -1
|
||||||
|
|
||||||
commit 4f3a76dec00c0c7ea28e78e625c68499debbbbf3
|
commit 7779dcdda00ea61a976cf5f387bc1f3bb4ebbfdd
|
||||||
Author: Nik Bougalis <nikb@bougalis.net>
|
Author: Mike Ellery <mellery451@gmail.com>
|
||||||
Date: Thu Nov 29 21:49:10 2018 -0800
|
Date: Tue Feb 12 16:41:03 2019 -0800
|
||||||
|
|
||||||
Set version to 1.1.2
|
Set version to 1.2.0
|
||||||
|
|
||||||
8. If you previously built, or (more importantly) tried and failed to build `rippled`, you should delete the `my_build/` directory (or whatever you named it) to start clean before moving on to the next step. Otherwise, you may get unexpected behavior, like a `rippled` executable that crashes due to a segmentation fault (segfault).
|
8. If you previously built, or (more importantly) tried and failed to build `rippled`, you should delete the `my_build/` directory (or whatever you named it) to start clean before moving on to the next step. Otherwise, you may get unexpected behavior, like a `rippled` executable that crashes due to a segmentation fault (segfault).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user