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
- Host: GitHub
- URL: https://github.com/pumpkinseed/solc-rhel
- Owner: PumpkinSeed
- License: mit
- Created: 2021-02-16T09:14:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-16T10:40:04.000Z (about 4 years ago)
- Last Synced: 2025-04-14T13:16:13.947Z (19 days ago)
- Topics: centos, fedora, linux-amd64, rhel, solc
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```