Skip to content

Commit

Permalink
Merge pull request XRPLF#2231 from XRPLF/build-linux-mac-windows
Browse files Browse the repository at this point in the history
Make Mac build instructions easier to find
  • Loading branch information
mDuo13 authored Oct 24, 2023
2 parents 80ef0d6 + 18cb243 commit 45fb650
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
html: build-on-linux-mac-windows.html
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 such as Windows, Linux, or macOS requires a C++ development environment. You will need tools like Git, Python, Conan, CMake, and a suitable C++ compiler.

To continue, proceed to [the latest `rippled` build instructions on GitHub](https://github.com/XRPLF/rippled/blob/develop/BUILD.md).

<!--{# common link defs #}-->
{% include '_snippets/rippled-api-links.md' %}
{% include '_snippets/tx-type-links.md' %}
{% include '_snippets/rippled_versions.md' %}
10 changes: 8 additions & 2 deletions dactyl-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3890,11 +3890,17 @@ pages:
targets:
- ja

# TODO: translate
- md: infrastructure/rippled/installation/build-on-linux-mac-windows.md
targets:
- en
- ja

# Redirect to build instructions on rippled repo.
- name: Build and Run rippled on Ubuntu
html: build-run-rippled-ubuntu.html
template: pagetype-redirect.html.jinja
redirect_url: https://github.com/XRPLF/rippled/blob/release/BUILD.md
redirect_url: build-on-linux-mac-windows.html
targets:
- en
- ja
Expand All @@ -3903,7 +3909,7 @@ pages:
- name: Build and Run rippled on macOS
html: build-run-rippled-macos.html
template: pagetype-redirect.html.jinja
redirect_url: https://github.com/XRPLF/rippled/blob/release/BUILD.md
redirect_url: build-on-linux-mac-windows.html
targets:
- en
- ja
Expand Down

0 comments on commit 45fb650

Please sign in to comment.