alibaba-edu / mpc4j

Apache License 2.0
211 stars 42 forks source link

How to build and run the whole project? #1

Closed qxzhou1010 closed 2 years ago

qxzhou1010 commented 2 years ago

I want to run the algorithm implemented in this repository on Linux, or MacOS. However, I can't find any documentation that tells me how to do it step by step. I've only seen compilation documentation for mpc4j-native-tool/fhe.

liuweiran900217 commented 2 years ago

Aside from mpc4j-native-tool/fhe, this is a pure-Java library organized using Maven. We observe that the ones who are familiar with Java development can quickly run this library. For ones who are not familiar with Java, we plan to release a step-by-step guideline on how to import and run this library. I will reply when we upload such the guideline.

liuweiran900217 commented 2 years ago

We thank @qxzhou1010 for writing a guideline for how to config the development environment on macOS. The details are in README.md.