From 7295116fac7522dab26d2c3178dc38e2d5cb0e2f Mon Sep 17 00:00:00 2001 From: Joel Krauska Date: Wed, 8 Aug 2018 20:23:08 -0700 Subject: [PATCH] 18.04 package list --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f4fae436..a0badc3d 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,10 @@ below. (If you port libsnark to additional platforms, please let us know!) Concretely, here are the requisite packages in some Linux distributions: +* On Ubuntu 18.04 LTS: + + $ sudo apt-get install build-essential cmake git libgmp3-dev libprocps-dev python-markdown libboost-all-dev libssl-dev + * On Ubuntu 16.04 LTS: $ sudo apt-get install build-essential cmake git libgmp3-dev libprocps4-dev python-markdown libboost-all-dev libssl-dev