summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xGNUmakefile2
-rwxr-xr-xGNUmakefile-cross2
-rw-r--r--Install.txt3
3 files changed, 5 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index acc4fc17..e3bd459b 100755
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1169,7 +1169,7 @@ TESTIMPORTOBJS := $(TESTOBJS:.o=.import.o)
DLLTESTOBJS := dlltest.dllonly.o
# Clean recipe, Issue 998. Don't filter-out some artifacts from the list of objects
-# The *.S is a hack. It makes the ASM appear like C++ so the object files make the CLEAN_OBJS list
+# The *.S is a hack. It makes the ASM appear like C++ so the object files make the CLEAN_OBJS list
CLEAN_SRCS := $(wildcard *.cpp) $(patsubst %.S,%.cpp,$(wildcard *.S))
CLEAN_OBJS := $(CLEAN_SRCS:.cpp=.o) $(CLEAN_SRCS:.cpp=.import.o) $(CLEAN_SRCS:.cpp=.export.o)
diff --git a/GNUmakefile-cross b/GNUmakefile-cross
index 41b47514..a00fc82d 100755
--- a/GNUmakefile-cross
+++ b/GNUmakefile-cross
@@ -677,7 +677,7 @@ TESTOBJS := $(TESTSRCS:.cpp=.o)
LIBOBJS := $(filter-out $(TESTOBJS),$(OBJS))
# Clean recipe, Issue 998. Don't filter-out some artifacts from the list of objects
-# The *.S is a hack. It makes the ASM appear like C++ so the object files make the CLEAN_OBJS list
+# The *.S is a hack. It makes the ASM appear like C++ so the object files make the CLEAN_OBJS list
CLEAN_SRCS := $(wildcard *.cpp) $(patsubst %.S,%.cpp,$(wildcard *.S))
CLEAN_OBJS := $(CLEAN_SRCS:.cpp=.o) $(CLEAN_SRCS:.cpp=.import.o) $(CLEAN_SRCS:.cpp=.export.o)
diff --git a/Install.txt b/Install.txt
index 6b47f649..7c6dba3d 100644
--- a/Install.txt
+++ b/Install.txt
@@ -26,6 +26,7 @@ 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.
+
BUILDING THE LIBRARY
--------------------
@@ -83,6 +84,7 @@ Crypto++ does not enagage Specter remediations at this time. You can build with
The library does not support out-of-tree builds. You must cd to the Crypto++ directory before building. `make distclean` will return the Crypto++ directory to a pristine state.
+
BUILDING WITH VCPKG
-------------------
@@ -97,6 +99,7 @@ You can download and install cryptopp using the [vcpkg](https://github.com/Micro
The cryptopp port in vcpkg is kept up to date by Microsoft team members and community contributors.
If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
+
ALTERNATE BUILD SYSTEMS
-----------------------