mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
13 lines
339 B
TOML
13 lines
339 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://docs.soliditylang.org/en/v0.8.33/installing-solidity.html#building-from-source
|
|
[source]
|
|
tar = "https://github.com/argotorg/solidity/releases/download/v0.8.33/solidity_0.8.33.tar.gz"
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DPEDANTIC=OFF",
|
|
]
|
|
dependencies = [
|
|
"boost",
|
|
]
|