-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.
               
         
                                

                make static test PREFIX=/usr/local
            
        

                make libcryptopp.a  cryptest.exe PREFIX=/usr/local
    
        
                

                make install PREFIX=/usr/local
cd .../cryptopp-5.6.0/
               
 
                cp -r TestDATA TestVectors /usr/local/bin
Validation

                


                



        # Run the validation program again from the install location
                

                /usr/local/bin/cryptest.exe v


                

        # Run all the test vectors from the install location
                

                /usr/local/bin/cryptest.exe tv all


                

        # Run the benchmark program from the install location
                

                /usr/local/bin/cryptest.exe b            



Verification

       

                 whereis cryptest.exe
 libcryptopp.a          

                        cryptest: /usr/bin/cryptest.exe

        whereis libcryptopp.a
                

                        libcryptopp: /usr/lib/libcryptopp.a 
/usr/lib/libcryptopp.so /usr/lib64/libcryptopp.a /usr/lib64/libcryptopp.so






Compiling and Linking and Running

        

                

                g++ -g3 -ggdb -O0 -Wall -Wextra -Wno-unused -o test test.cpp 
-lcryptopp -pthread (#-lpthread -D_REENTRANT)
        

                ./test



Reply via email to