revsh
revsh copied to clipboard
Update on Readme.md & INSTALL - for GCC & openssl compatibility
Changes 1 - Modified INSTALL to git clone from openSSL branch "OpenSSL_1_1_0-stable".
- Since the last tested and verified working version is openssl 1.1.0, I'll suggest to git clone from OpenSSL_1_1_0-stable for maximum compatibility
Changes 2 - Modify README.md to git clone from openSSL branch "OpenSSL_1_1_0-stable".
- Same reason as Changes 1
Changes 3 - Modify Makefile to include -fcommon in the CFLAGS
- SInce GCC 10, it's defaults to -fno-common(instead of -fcommon) , which doesn't allow mulltiple declaration. This breaks the compilation of Revsh. To fix this, I'll suggest to include -fcommon in the CFLAGS.