Fix Readme: use -- for arguments (#26)

This commit is contained in:
themighty1
2021-11-15 15:17:33 +00:00
committed by GitHub
parent b93a28aa84
commit a1fa6a254a

View File

@@ -10,7 +10,7 @@ Authenticated Garbling and Efficient Maliciously Secure Two-Party Computation. M
# Installation
1. `wget https://raw.githubusercontent.com/emp-toolkit/emp-readme/master/scripts/install.py`
2. `python install.py -install -tool -ot -ag2pc`
2. `python install.py --install --tool --ot --ag2pc`
1. By default it will build for Release. `-DCMAKE_BUILD_TYPE=[Release|Debug]` option is also available.
2. No sudo? Change [`CMAKE_INSTALL_PREFIX`](https://cmake.org/cmake/help/v2.8.8/cmake.html#variable%3aCMAKE_INSTALL_PREFIX).