Skip to content

cortexlfj/ctxc-solc-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

This is Release versions for Solidity Compiler of CortexFoundation

Use Branch To checkout named-version

  1. v0.8.7
  2. v0.8.10
  3. v0.8.12
  4. v0.8.15 (coming soon)

How To Build

Prerequisites (on ubuntu as below)

  1. install cmake: apt install -y cmake
  2. install other build tools
apt-get -y install \
           build-essential \
           git \
           libboost-all-dev
  1. if error occurs as "git commit problem": move folder "solidity_0.8.x" to place outside this git repo, then git init ., and git add . && git commit -m "init", then build again.

Build Binary

mkdir build
cd build
cmake -DUSE_Z3=OFF .. && make solc -j16

Build Js (require docker and git folder, may takes > 30mins)

./scripts/build_emscripten.sh js_outdir

Source

curl -OL https://github.com/ethereum/solidity/releases/download/v0.8.15/solidity_0.8.15.tar.gz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors