summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-02-21 19:30:45 -0500
committerJeffrey Walton <noloader@gmail.com>2021-02-21 19:30:45 -0500
commit3032dfd9f91507cdfe2999d9b4d1eb729673af17 (patch)
treef35e2116ceaf63f0650dd63997388b9327bfea3c /Install.txt
parenta0fd199bc9a3fb90e1db6493f542174f959349a6 (diff)
downloadcryptopp-git-3032dfd9f91507cdfe2999d9b4d1eb729673af17.tar.gz
Fix spelling
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 db15ed5e..d67814aa 100644
--- a/Install.txt
+++ b/Install.txt
@@ -23,7 +23,7 @@ You should look through the GNUmakefile and config.h to ensure settings look rea
Wiki pages are available for some platforms with specific build instructions. The pages include Android, ARM, iOS, MSBuild and Solaris. Solaris users should visit the wiki for important information on compiling the library with different versions of SunCC and options, and information on improving library performance and features.
-Crypto++ does not depend upon other tools or libraries. The library only needs GNU Make 3.80 on Unix & liux; 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.
+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.