mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-20 01:54:06 -05:00
2 lines
186 B
Plaintext
Executable File
2 lines
186 B
Plaintext
Executable File
g++ -std=c++14 -I /usr/local/Cellar/openssl/1.0.2j/include/ -I /Users/amuralid/dev_test/cpp-jwt/include/ -o test_rsa test_rsa.cc -L /usr/local/Cellar//openssl/1.0.2j/lib/ -lssl -lcrypto
|