- 安装
sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install solc
- 编译
solc --bin --abi Org.sol -o /root
solc --bin --abi Org.sol
sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install solc
solc --bin --abi Org.sol -o /root
solc --bin --abi Org.sol