summaryrefslogtreecommitdiffstats
path: root/crypto/cryptopp/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cryptopp/INSTALL')
-rwxr-xr-xcrypto/cryptopp/INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/cryptopp/INSTALL b/crypto/cryptopp/INSTALL
new file mode 100755
index 0000000000..fc7b5a9e8e
--- /dev/null
+++ b/crypto/cryptopp/INSTALL
@@ -0,0 +1,8 @@
+# cryptest.exe needs "usage.dat" in current/working directory
+# "usage.dat" is installed in /usr/share/doc/cryptopp
+
+cp cryptest.exe /usr/bin &&
+cp libcryptopp.a /usr/lib &&
+
+mkdir -p /usr/include/cryptopp &&
+cp *.h /usr/include/cryptopp