Script installs the original Solidity compiler solc for RHEL based systems.
I didn't found any other installation for solc on RHEL based systems. All of the tools suggest to install solcjs which is NOT solc.
- Docker
- wget
git clone git@github.com:PumpkinSeed/solc-rhel.git
cd solc-rhel
sh install.sh
or
wget https://github.com/PumpkinSeed/solc-rhel/archive/v0.1.0.zip
unzip v0.1.0.zip
cd solc-rhel-0.1.0
sh install.sh