Skip to content

Script installs the original Solidity compiler solc

License

Notifications You must be signed in to change notification settings

PumpkinSeed/solc-rhel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solc-rhel

Script installs the original Solidity compiler solc for RHEL based systems.

Problem

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.

Usage

Prerequisites

  • Docker
  • wget

Install solc

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