Skip to content

Commit

Permalink
rm macOS for now
Browse files Browse the repository at this point in the history
  • Loading branch information
legleux committed Feb 11, 2024
1 parent 69b4fc5 commit 178aa5f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ This is the Witness Server for [XLS-38d Cross-Chain bridge project](https://gith
|-------------|---------|
| GCC | 11 |
| Clang | 13 |
| Apple Clang | 14.0.3 |

## Build and run

Expand All @@ -29,18 +28,21 @@ This is the Witness Server for [XLS-38d Cross-Chain bridge project](https://gith
mkdir .build && cd .build
```

2) Configure Conan (once before first build)
2. Configure Conan (once before first build)

Add Ripple's Artifactory as a Conan remote to source the `libxrpl` Conan package.

```bash
conan remote add --insert 0 conan-non-prod http://18.143.149.228:8081/artifactory/api/conan/conan-non-prod
```

3. Configure the Conan profile.
conan remote add --insert 0 conan-non-prod http://18.143.149.228:8081/artifactory/api/conan/conan-non-prod

```
The Conan `rippled` recipe is also available by checking out the [`rippled` source](https://github.com/XRPLF/rippled.git) and exporting the recipe locally.
```bash
git clone https://github.com/XRPLF/rippled.git
cd rippled
conan export .
```
```bash

conan profile update settings.cppstd=20 default
conan profile update settings.compiler.libcxx=libstdc++11 default
```
Expand Down

0 comments on commit 178aa5f

Please sign in to comment.