summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-11-18 15:35:35 -0500
committerJeffrey Walton <noloader@gmail.com>2015-11-18 15:35:35 -0500
commit628f40755a6f1d74a30fb2883d86c378656d45a8 (patch)
tree5fb1a8f638577562f5f4671c7d162d447713a9ca /Install.txt
parent9f6a9422187af963cdbf0746aa164a372bda31b2 (diff)
downloadcryptopp-git-628f40755a6f1d74a30fb2883d86c378656d45a8.tar.gz
Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Coverity rollup)
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/Install.txt b/Install.txt
index f9ba006b..9a116b38 100644
--- a/Install.txt
+++ b/Install.txt
@@ -38,15 +38,7 @@ The command above builds the static library and cryptest.exe program. If you wan
Or:
make libcryptopp.a libcryptopp.so cryptest.exe
-
-On Mac OS X, you can build fat binaries by setting MULTIARCH=1:
-
- make MULTIARCH=1
-Or
-
- export MULTIARCH=1
- make
If you would like to use a different compiler, the set CXX:
@@ -67,21 +59,6 @@ LLVM's libc++ is also supported, so you can:
CXXFLAGS="-std=c++11 -stdlib=libc++"
make
-If you are experimenting with Clang and its integrated assembler, then you can:
-
- make FORCE_ASM=1
-
-If you are experimenting with NASM, then you can:
-
- export AS=nasm
- make
-
-Or
-
- make AS=nasm
-
-Be aware that the Clang assembler has a number of open issues, and trying to build with it will probably result in a compile failure or runtime test failure.
-
INSTALLING THE LIBRARY
----------------------
@@ -190,4 +167,3 @@ REPORTING PROBLEMS
Dirty compiles and failures in the validation suite or test vectors should be reported at the Crypto++ User Group. The User Group is located at https://groups.google.com/forum/#!forum/cryptopp-users.
Also see http://www.cryptopp.com/wiki/Bug_Report.
-