summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-02-03 08:49:11 -0500
committerJeffrey Walton <noloader@gmail.com>2021-02-03 08:49:11 -0500
commit7d7f4c2f57d6664026cc9829312bfe00f55cf494 (patch)
tree7e0e15a701e5ccfd156aa49e559d64b8ec3ef4ff /Install.txt
parent02f990cdc121db395988d7f3a84d87b707a75e7e (diff)
downloadcryptopp-git-7d7f4c2f57d6664026cc9829312bfe00f55cf494.tar.gz
Update Install.txt
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Install.txt b/Install.txt
index 912b91a7..5f52fa7b 100644
--- a/Install.txt
+++ b/Install.txt
@@ -2,6 +2,7 @@ CONTENTS OF THIS FILE
---------------------
* Introduction
+* Prerequisites
* Building the Library
* Alternate Build Systems
* Installing the Library
@@ -27,6 +28,13 @@ Crypto++ does not depend upon other tools or libraries. The library only needs G
Autotools and CMake projects are not officially supported. The build systems take too much time and effort. Unofficial projects are available at https://github.com/noloader/cryptopp-autotools and https://github.com/noloader/cryptopp-cmake. The projects provide a central location to support Autotools and CMake. Collaborators for Autotools and CMake are welcomed.
+PREREQUISITES
+-------------
+
+The library requires a semi-modern C++ compiler and GNU Make 3.81 or above. The compiler must support 64-bit words, C++03, namespaces, RTTI and exceptions.
+
+The library does not depend on other build systems, like Autotools or CMake. The library does not depend on other libraries, like Boost.
+
BUILDING THE LIBRARY
--------------------