An open API service indexing awesome lists of open source software.

https://github.com/pumpkinseed/solc-rhel

Script installs the original Solidity compiler solc
https://github.com/pumpkinseed/solc-rhel

centos fedora linux-amd64 rhel solc

Last synced: 19 days ago
JSON representation

Script installs the original Solidity compiler solc

Awesome Lists containing this project

README

        

# 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 [email protected]: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
```