summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-07-26 02:28:48 -0400
committerJeffrey Walton <noloader@gmail.com>2015-07-26 02:28:48 -0400
commit7f9af128cca39608a2770654d404be3b26162d1d (patch)
treec948d06874660095d6bda412d8df30c289d723f2 /Install.txt
parent805df006b18003014ff5f762ea31c2e05127462d (diff)
downloadcryptopp-git-7f9af128cca39608a2770654d404be3b26162d1d.tar.gz
Added info on CRYPTOPP_NO_UNALIGNED_DATA_ACCESS in config.h
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/Install.txt b/Install.txt
index af1cf3bb..4ad06bea 100644
--- a/Install.txt
+++ b/Install.txt
@@ -12,11 +12,13 @@ CONTENTS OF THIS FILE
INTRODUCTION
------------
+Crypto++ Library is a free C++ class library of cryptographic schemes. It was written and placed in public domain by Wei Dai. The library homepage is at http://www.cryptopp.com/. The latest library source code can be found at https://github.com/weidai11/cryptopp.
+
These are general instructions for the BSDs, Linux, Solaris and Unix. For Windows, Crypto++ provides Visual Studio solution roles.
-Crypto++ provides a GNU makefile, which combines configuration and a non-anemic make.
+Crypto++ provides a GNU makefile, which combines configuration and a non-anemic make. You should look through the GNUmakefile and config.h to ensure settings look reasonable before building. Please pay particular attention to CRYPTOPP_NO_UNALIGNED_DATA_ACCESS in config.h.
-You should look through the GNUmakefile and config.h to ensure settings look reasonable before building. If you start building and things look off, then perform a cleaning and start over.
+If you start building and things look off, then perform a cleaning and start over.
MAKEFILE TARGETS