Document the minimum GCC version as 7

This commit is contained in:
Howard Hinnant
2019-10-28 13:25:13 -04:00
committed by Manoj doshi
parent 9e1ccb900e
commit 4e84868747

View File

@@ -6,12 +6,15 @@ builds, including docker based builds for those distributions, please consult
the [rippled-package-builder](https://github.com/ripple/rippled-package-builder) the [rippled-package-builder](https://github.com/ripple/rippled-package-builder)
repository. repository.
Development is regularly done on Ubuntu 16.04 or later. For non Ubuntu Note: Ubuntu 16.04 users may need to update their compiler (see the dependencies
distributions, the steps below should work be installing the appropriate section). For non Ubuntu distributions, the steps below should work be
dependencies using that distribution's package management tools. installing the appropriate dependencies using that distribution's package
management tools.
## Dependencies ## Dependencies
gcc-7 or later is required.
Use `apt-get` to install the dependencies provided by the distribution Use `apt-get` to install the dependencies provided by the distribution
``` ```