Visa-Research / volepsi

Efficient Private Set Intersection base on VOLE
MIT License
98 stars 32 forks source link

I fixed a problem about `python3 build.py -DVOLE_PSI_ENABLE_BOOST=ON ` #49

Closed Diomchen closed 11 months ago

Diomchen commented 11 months ago

ERROR: In the process of Build Boost , not found .../volepsi/out/boost_1_77_0/bootstrap.sh.

MY ENV:

FIXED WAY:

replace

mv /your/decompressed/path/boost_1_77_0 /volepsi/out/

- Step 4: Try again.
```bash
python3 build.py -DVOLE_PSI_ENABLE_BOOST=ON

😎