Skip to content

Commit 0574210

Browse files
Update rippled version and remove reference to Ripple's defunct Conan recipies. (ripple#58)
Thanks!
1 parent 811e2f6 commit 0574210

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@ Rippled validator key generation tool
55

66
## Build
77

8-
If you do not have package `xrpl` in your local Conan cache,
9-
you can add the Ripple remote to download it:
10-
11-
```
12-
conan remote add ripple http://18.143.149.228:8081/artifactory/api/conan/conan-non-prod
13-
```
8+
If you do not have package `xrpl` in your local Conan cache, it can be added by following the instructions in the [BUILD.md](https://github.com/XRPLF/rippled/blob/master/BUILD.md#patched-recipes) file in the rippled GitHub repository.
149

1510
The build requirements and commands are the exact same as
1611
[those](https://github.com/XRPLF/rippled/blob/develop/BUILD.md) for rippled.

conanfile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[requires]
2-
xrpl/2.3.0-b4
2+
xrpl/2.5.0
33

44
[generators]
55
CMakeDeps

0 commit comments

Comments
 (0)