From 5b9d6ed69dbd4cc425c2608e2217bc16fea19c11 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 19 Oct 2023 08:43:28 -0700 Subject: [PATCH] Make Mac build instructions easier to find --- .../build-on-linux-mac-windows.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/infrastructure/rippled/installation/build-on-linux-mac-windows.md diff --git a/content/infrastructure/rippled/installation/build-on-linux-mac-windows.md b/content/infrastructure/rippled/installation/build-on-linux-mac-windows.md new file mode 100644 index 0000000000..508e791fc0 --- /dev/null +++ b/content/infrastructure/rippled/installation/build-on-linux-mac-windows.md @@ -0,0 +1,19 @@ +--- +html: build-on-linux-mac-windows.md +parent: install-rippled.html +blurb: Build rippled on Linux, Mac (macOS), or Windows +labels: + - Core Server + - Blockchain +top_nav_grouping: Popular Pages +--- +# Build `rippled` on Linux, Mac, or Windows + +Building `rippled` across various platforms requires a C++ development environment. You will need tools like Git, Python, Conan, CMake, and a suitable C++ compiler. Familiarity with Conan and CMake will be helpful. + +To continue, proceed to [the latest `rippled` build instructions on GitHub](https://github.com/XRPLF/rippled/blob/develop/BUILD.md). + + +{% include '_snippets/rippled-api-links.md' %} +{% include '_snippets/tx-type-links.md' %} +{% include '_snippets/rippled_versions.md' %}