瀏覽代碼

More installation instructions.

Kim Laine 6 年之前
父節點
當前提交
1cd93dabd6
共有 1 個文件被更改,包括 8 次插入2 次删除
  1. 8 2
      INSTALL

+ 8 - 2
INSTALL

@@ -1,2 +1,8 @@
-When using with SEAL v2.3.0-4 you need to first apply the patch `SEAL_v2.3.0-4.patch' to SEAL.
-To build SealPIR, simply run `make'. It expects SEAL v2.3.0-4 to be installed in ../SEAL.
+When using with SEAL v2.3.0-4 you need to first apply the patch `SEAL_v2.3.0-4.patch' to SEAL,
+and uncomment the line
+
+	//#define SEAL_EXPOSE_MUTABLE_CIPHERTEXT
+
+in the file SEAL/seal/util/defines.h. Then rebuild SEAL.
+
+To build SealPIR, simply run `make'. It expects SEAL v2.3.0-4 to be installed in ../SEAL.