You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by km...@apache.org on 2021/04/23 13:54:39 UTC

[incubator-milagro-MPC] branch releasetweaks updated: update README

This is an automated email from the ASF dual-hosted git repository.

kmccusker pushed a commit to branch releasetweaks
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-MPC.git


The following commit(s) were added to refs/heads/releasetweaks by this push:
     new 232995f  update README
232995f is described below

commit 232995fe449758829b78029f8b939ad55fd30dd2
Author: Kealan McCusker <ke...@gmail.com>
AuthorDate: Fri Apr 23 14:54:05 2021 +0100

    update README
---
 README.md | 24 ++----------------------
 1 file changed, 2 insertions(+), 22 deletions(-)

diff --git a/README.md b/README.md
index d46afd8..683212f 100644
--- a/README.md
+++ b/README.md
@@ -64,32 +64,12 @@ pip3 install cffi
 Build and install the AMCL library
 
 ```sh
-git clone https://github.com/apache/incubator-milagro-crypto-c.git 
-cd incubator-milagro-crypto-c
-mkdir build
-cd build
-cmake -D CMAKE_BUILD_TYPE=Release -D BUILD_SHARED_LIBS=ON -D AMCL_CHUNK=64 -D AMCL_CURVE="BLS381,SECP256K1" -D AMCL_RSA="" -D BUILD_PAILLIER=ON -D BUILD_PYTHON=ON -D BUILD_BLS=ON -D BUILD_WCC=OFF -D BUILD_MPIN=ON -D BUILD_X509=OFF -D CMAKE_INSTALL_PREFIX=/usr/local ..
-make
-make test
-sudo make install
+./scripts/buildAMCL.sh
 ```
 
 ## Compiling
 
-Build and test code. 
-
-```sh
-export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./
-mkdir build
-cd build
-cmake ..
-make
-make doc
-make test
-sudo make install
-```
-
-or build and run test on all builds
+Build and test code.
 
 ```sh
 ./scripts/build.sh