aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-07-26 15:35:55 -0400
committerluigi1111 <luigi1111w@gmail.com>2021-07-26 15:35:55 -0400
commit857d034f182bc60a1f1860eb1b36796d6b0e5b89 (patch)
treea9ff6f73c0c537c8e7e1043ef32f5fc454ebaaae
parent3f4cedea545a14b4103b0c3030acc92a39ce1077 (diff)
parentb30be48a24a263761aff0c90eca0c4154fcf535b (diff)
downloadmonzero-gui-857d034f182bc60a1f1860eb1b36796d6b0e5b89.tar.gz
monzero-gui-857d034f182bc60a1f1860eb1b36796d6b0e5b89.tar.xz
monzero-gui-857d034f182bc60a1f1860eb1b36796d6b0e5b89.zip
Merge pull request #3634
b30be48 README: TOC, update building titles (rating89us)
-rw-r--r--README.md23
1 files changed, 20 insertions, 3 deletions
diff --git a/README.md b/README.md
index ac5cef02..dcf5e3ce 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,23 @@
Copyright (c) 2014-2019, The Monero Project
+## Table of Contents
+ * [Development resources](#development-resources)
+ * [Vulnerability response](#vulnerability-response)
+ * [Introduction](#introduction)
+ * [About this project](#about-this-project)
+ * [Supporting the project](#supporting-the-project)
+ * [License](#license)
+ * [Translations](#translations)
+ * [Installing the Monero GUI from a package](#installing-the-monero-gui-from-a-package)
+ * [Compiling the Monero GUI from source](#compiling-the-monero-gui-from-source)
+ + [Building Reproducible Windows static binaries with Docker (any OS)](#building-reproducible-windows-static-binaries-with-docker-any-os)
+ + [Building Reproducible Linux static binaries with Docker (any OS)](#building-reproducible-linux-static-binaries-with-docker-any-os)
+ + [Building Android APK with Docker (any OS) *Experimental*](#building-android-apk-with-docker-any-os-experimental)
+ + [Building on Linux](#building-on-linux)
+ + [Building on OS X](#building-on-os-x)
+ + [Building on Windows](#building-on-windows)
+
## Development resources
- Web: [getmonero.org](https://getmonero.org)
@@ -180,7 +197,7 @@ Packaging for your favorite distribution would be a welcome contribution!
http://<your.local.ip>:8080/QtApp-debug.apk
```
-### On Linux:
+### Building on Linux
(Tested on Ubuntu 17.10 x64, Ubuntu 18.04 x64 and Gentoo x64)
@@ -244,7 +261,7 @@ The following instructions will fetch Qt from your distribution's repositories i
The executable can be found in the build/release/bin folder.
-### On OS X:
+### Building on OS X
1. Install Xcode from AppStore
@@ -277,7 +294,7 @@ The executable can be found in the `build/release/bin` folder.
For building an application bundle see `DEPLOY.md`.
-### On Windows:
+### Building on Windows
The Monero GUI on Windows is 64 bits only; 32-bit Windows GUI builds are not officially supported anymore.