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 2019/08/06 13:30:37 UTC

[incubator-milagro-crypto-c] branch issue34 updated: update docs

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

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


The following commit(s) were added to refs/heads/issue34 by this push:
     new 376052b  update docs
376052b is described below

commit 376052b0be333c210c0658d618232f9f8ca3d74b
Author: Kealan McCusker <ke...@gmail.com>
AuthorDate: Tue Aug 6 14:30:20 2019 +0100

    update docs
---
 README.md    | 3 +--
 doc/AMCL.dox | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 3d65110..555f3bd 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,6 @@ In order to build this library, the following packages are required:
 * [Doxygen](http://doxygen.org) is required to build the source code documentation.
 * [Python](https://www.python.org/) language is required to build the Python language wrapper.
 
-
 The above packages can be installed in different ways, depending on the Operating System used:
 
 * **Debian/Ubuntu Linux**
@@ -195,7 +194,7 @@ Post install append the PATH system variable to point to the install ./lib:
 The build can be configured using by setting flags on the command line i.e.
 
 ```
-cmake -G "MinGW Makefiles" -D BUILD_PYTHON=on ..
+cmake -G "MinGW Makefiles" -D WORD_SIZE=64  -D BUILD_PYTHON=on ..
 ```
 
 ##### Uninstall software
diff --git a/doc/AMCL.dox b/doc/AMCL.dox
index 2b82edc..94d0e51 100644
--- a/doc/AMCL.dox
+++ b/doc/AMCL.dox
@@ -231,7 +231,7 @@ In order to build the documentation <a href="http://www.stack.nl/~dimitri/doxyge
 <ol type="disc">
   <li>mkdir target\\build</li>
   <li>cd target\\build</li>
-  <li>cmake -G "MinGW Makefiles" ..\\..</li>
+  <li>cmake -G "MinGW Makefiles" -D WORD_SIZE=64 ..\\..</li>
   <li>mingw32-make</li>
   <li>mingw32-make test</li>
   <li>mingw32-make doc</li>
@@ -250,7 +250,7 @@ My Computer -> Properties -> Advanced > Environment Variables
 <p>The build can be configured using by setting flags on the command line i.e.</p>
 
 <ol type="disc">
-  <li>cmake -G "MinGW Makefiles" -DWORD_LENGTH=32 ../..</li>
+  <li>cmake -G "MinGW Makefiles"  -D WORD_SIZE=64  -D BUILD_PYTHON=on ..\\..</li>
 </ol>
 
 <h2>Uninstall software</h2>
@@ -267,7 +267,7 @@ My Computer -> Properties -> Advanced > Environment Variables
   <li>sudo mingw32-make package</li>
 </ul>
 
-<p>In order for this to work <a href="http://nsis.sourceforge.net/Download">NSSI</a> has
+<p>In order for this to work <a href="https://nsis.sourceforge.io">NSIS</a> has
 to have been installed</p>
 
 */