Skip to content

Commit

Permalink
build rippled pkg locally just to get it working
Browse files Browse the repository at this point in the history
  • Loading branch information
legleux committed Feb 6, 2024
1 parent f63f84a commit 07a4874
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Builds/CMake/packaging/build_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ conan profile new default --detect
conan profile update settings.compiler.cppstd=20 default
conan profile update settings.compiler.libcxx=libstdc++11 default

git clone https://github.com/legleux/rippled
cd rippled && git checkout xbwd-headers
conan create .
cd ..

conan install ${src_dir} \
--output-folder "${bin_dir}" \
--install-folder "${bin_dir}" \
Expand Down

0 comments on commit 07a4874

Please sign in to comment.