diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-12-31 15:31:01 -0600 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-12-31 15:31:01 -0600 |
commit | 3adac4ee2b8432816d85802a91b7b6d67a234bf6 (patch) | |
tree | 3dbfce83fa94160a5e685ec1620ecfe7aa5a00a4 /README.md | |
parent | Merge pull request #4928 (diff) | |
parent | Add glibc back compat code (diff) | |
download | monero-3adac4ee2b8432816d85802a91b7b6d67a234bf6.tar.xz |
Merge pull request #4929
5a76933 Add glibc back compat code (TheCharlatan)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -521,6 +521,8 @@ The required packages are the names for each toolchain on apt. Depending on your Using `depends` might also be easier to compile Monero on Windows than using MSYS. Activate Windows Subsystem for Linux (WSL) with a distro (for example Ubuntu), install the apt build-essentials and follow the `depends` steps as depicted above. +The produced binaries still link libc dynamically. If the binary is compiled on a current distribution, it might not run on an older distribution with an older installation of libc. Passing `-DBACKCOMPAT=ON` to cmake will make sure that the binary will run on systems having at least libc version 2.17. + ## Installing Monero from a package **DISCLAIMER: These packages are not part of this repository or maintained by this project's contributors, and as such, do not go through the same review process to ensure their trustworthiness and security.** |