Update tmp build instructions in README (#802)

This commit is contained in:
Shawn Xie
2023-08-02 08:45:04 -04:00
committed by GitHub
parent 24f69acd9e
commit 1804e3e9c0

View File

@@ -34,7 +34,7 @@ compiler.cppstd=20
```sh
conan remote add --insert 0 conan-non-prod http://18.143.149.228:8081/artifactory/api/conan/conan-non-prod
```
Now you should be able to download prebuilt `xrpl` package on some platforms. At the very least you should be able to skip the local package step for `rippled` (as described below) and conan should be able to fetch it from artifactory instead.
Now you should be able to download prebuilt `xrpl` package on some platforms. At the very least you should be able to skip steps 1 - 3 and jump to step 4 of the local package instructions for `rippled` (as described below) and conan should be able to fetch it from artifactory instead.
## Preparing local packages (alternative to artifactory)
1. Get rippled from [this branch](https://github.com/thejohnfreeman/rippled/tree/clio)