From 5da203b2e9f87846a8e0294af299a3caf80b63a8 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 10 Feb 2017 10:26:11 +0100 Subject: [PATCH] Updated Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 682933c..c985df3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This code is provided as a experimental implementation for testing purposes and 2. Enter the Framework directory: `cd PSI/` -3. Call `make` in the root directory to compile all dependencies, tests, and examples and create the executables: **bench.exe** and **demo.exe**. +3. Call `make` in the root directory to compile all dependencies, tests, and examples and create the executables: **psi.exe** (used for benchmarking) and **demo.exe** (a small demonstrator for intersecting email addresses). Please note that downloading this project as ZIP file will yield compilation errors, since the Miracl library is included as external project. To solve this, download the Miracl sources in commit version `cff161b` (found [here](https://github.com/CertiVox/Miracl/tree/cff161bad6364548b361b63938a988db23f60c2a) and extract the contents of the main folder in `src/externals/Miracl`. Then, continue with steps 2 and 3.