1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 14:25:44 +00:00

Add gnupg2 dependency to install guide (#1716)

This commit is contained in:
Ben McIlwain
2022-07-26 18:31:45 -04:00
committed by GitHub
parent 0f1a257a3d
commit 7197f9258c

View File

@@ -6,12 +6,12 @@ This document covers the steps necessary to download, build, and deploy Nomulus.
You will need the following programs installed on your local machine:
* A recent version of the [Java 11 JDK][java-jdk11].
* [Google App Engine SDK for Java][app-engine-sdk], and configure aliases to
to the `gcloud` and `appcfg.sh` utilities (you'll use them a lot).
* [Git](https://git-scm.com/) version control system.
* Python version 3.7 or newer.
* gnupg2 (e.g. in run `sudo apt install gnupg2` in Debian-like Linuxes)
**Note:** App Engine does not yet support Java 9. Also, the instructions in this
document have only been tested on Linux. They might work with some alterations