aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorduggavo <108991918+duggavo@users.noreply.github.com>2022-09-21 13:29:58 +0000
committerGitHub <noreply@github.com>2022-09-21 13:29:58 +0000
commitebb85d7152bd1e87adf1e93a5d2c5567bac3c694 (patch)
treed976c0e34d0e67194805cdd346113591c0d0e31d
parentMerge pull request #8556 (diff)
downloadmonero-ebb85d7152bd1e87adf1e93a5d2c5567bac3c694.tar.xz
Add Gitian builds to README
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index aed9ef09d..66be7b1dd 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Portions Copyright (c) 2012-2013 The Cryptonote developers.
- [Release staging schedule and protocol](#release-staging-schedule-and-protocol)
- [Compiling Monero from source](#compiling-monero-from-source)
- [Dependencies](#dependencies)
+ - [Gitian builds](#gitian-builds)
- [Internationalization](#Internationalization)
- [Using Tor](#using-tor)
- [Pruning](#Pruning)
@@ -586,6 +587,10 @@ Using `depends` might also be easier to compile Monero on Windows than using MSY
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.
+### Gitian builds
+
+See [contrib/gitian/README.md](contrib/gitian/README.md).
+
## 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.**