]> git.codecow.com Git - Monocypher.git/commitdiff
documented make install USE_ED25519=true
authorLoup Vaillant <loup@loup-vaillant.fr>
Tue, 22 Sep 2020 19:36:49 +0000 (21:36 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Tue, 22 Sep 2020 19:36:49 +0000 (21:36 +0200)
README.md

index 7fcfd11a7cad25260e170d5d2f398dc9e99feb18..304079d331c255312b06e0deef0ab49cb225a4a8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -172,6 +172,11 @@ the `USE_ED25519` variable to link it to monocypher.a and monocypher.so:
 
     $ make USE_ED25519=true
 
+If you install Monocypher with the makefile, you also need that option
+to copy `monocypher-ed25519.h` automatically:
+
+    $ make install USE_ED25519=true
+
 Monocypher also has the `BLAKE2_NO_UNROLLING` preprocessor flag, which
 is activated by compiling monocypher.c with the `-DBLAKE2_NO_UNROLLING`
 option.