Files
rippled/docs/build/install.md
John Freeman 7745c72b2c docs: update build instructions: (#4381)
* Remove obsolete build instructions.
* By using Conan, builders can choose which dependencies specifically to
  build and link as shared objects.
* Refactor the build instructions based on the plan in #4433.
2023-03-22 12:02:42 -07:00

342 B

From source

From a source build, you can install rippled and libxrpl using CMake's --install mode:

cmake --install . --prefix /opt/local

The default prefix is typically /usr/local on Linux and macOS and C:/Program Files/rippled on Windows.