aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian/README.md
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-07-24 14:41:44 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-07-24 14:41:44 -0500
commite675b5223fae666882c38ee6c885f2ce687f209e (patch)
tree9c752a48d47e91339c7c060c6ebfcb028b353f9a /contrib/gitian/README.md
parentMerge pull request #5624 (diff)
parentAdd option to run gitian-build.py on non-debian os (diff)
downloadmonero-e675b5223fae666882c38ee6c885f2ce687f209e.tar.xz
Merge pull request #5627
afbf05b Add option to run gitian-build.py on non-debian os (TheCharlatan)
Diffstat (limited to '')
-rw-r--r--contrib/gitian/README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md
index 1efc87e0a..3fc26354c 100644
--- a/contrib/gitian/README.md
+++ b/contrib/gitian/README.md
@@ -80,14 +80,23 @@ Building in docker does not require much setup. Install docker on your host, the
```bash
sudo apt-get install git make curl
-sudo usermod -aG docker gitianuser
```
+Optionally add yourself to the docker group. Note that this will give docker root access to your system.
+
+```bash
+sudo usermod -aG docker gitianuser
+```
Manual and Building
-------------------
The instructions below use the automated script [gitian-build.py](gitian-build.py) which only works in Ubuntu.
+=======
+The script automatically installs some packages with apt. If you are not running it on a debian-like system, pass `--no-apt` along with the other
+arguments to it. It calls all available .yml descriptors, which in turn pass the build configurations for different platforms to gitian.
+The instructions below use the automated script [gitian-build.py](gitian-build.py) which is tested to work on Ubuntu.
+
It calls all available .yml descriptors, which in turn pass the build configurations for different platforms to gitian.
Help for the build steps taken can be accessed with `./gitian-build.py --help`.