summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2022-08-23 16:32:31 -0400
committerJeffrey Walton <noloader@gmail.com>2022-08-23 16:32:31 -0400
commit84063b0070662f47c91158e9192ba3aa8a7da7ab (patch)
tree87f38d343bb983d8456f9d9de598b2a4bbf551d0 /Install.txt
parent01a18bdbcb221120beffc6579f549e32490067c5 (diff)
downloadcryptopp-git-84063b0070662f47c91158e9192ba3aa8a7da7ab.tar.gz
Remove cryptest-cmake.sh
CMake is now maintained by Abdessattar Sassi. The directory layout of the files changed and cryptest-cmake.sh no longer works as expected. Also see https://groups.google.com/g/cryptopp-users/c/9oDbTm8qWps.
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Install.txt b/Install.txt
index 16e96897..e115cbae 100644
--- a/Install.txt
+++ b/Install.txt
@@ -25,7 +25,7 @@ Wiki pages are available for some platforms with specific build instructions. Th
Crypto++ does not depend upon other tools or libraries. The library only needs GNU Make 3.80 on Unix & Linux; or Visual Studio 2010 and above build tools on Windows. The library does not use Autotools, does not use CMake, and does not use Boost.
-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.
+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/abdes/cryptopp-cmake. The projects provide a central location to support Autotools and CMake. Collaborators for Autotools and CMake are welcomed.
PREREQUISITES