mirror of
https://github.com/emp-toolkit/emp-ag2pc.git
synced 2026-01-08 23:08:04 -05:00
Fix Readme: use -- for arguments (#26)
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user