From 11eff8418c5420f00c45fc7891f1eff133f643c8 Mon Sep 17 00:00:00 2001
From: Mayank <mayankrathee.japan@gmail.com>
Date: Wed, 10 Jun 2020 23:03:30 +0530
Subject: [PATCH] Update README.md

---
 Porthos/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Porthos/README.md b/Porthos/README.md
index 6cfe671..8060b4c 100644
--- a/Porthos/README.md
+++ b/Porthos/README.md
@@ -6,6 +6,7 @@ This folder contains code for Porthos - a semi-honest 3 party secure computation
 * sudo apt-get install libssl-dev
 * sudo apt-get install g++
 * sudo apt-get install make
+* sudo apt-get install cmake
 
 # Running the protocol
 - First setup Eigen library, used for fast matrix multiplication by Porthos, by running `./setup-eigen.sh`.
-- 
GitLab