aurora-is-near / evm2near

evm2near compiles Solidity contracts into NEAR WebAssembly contracts.
Creative Commons Zero v1.0 Universal
24 stars 4 forks source link

readme #8

Closed MCJOHN974 closed 1 year ago

MCJOHN974 commented 1 year ago

In my machine ubuntu asking for sudo and it is not very convinient to copy-paste with current snippets

MCJOHN974 commented 1 year ago

Without gcc build fails with the following error:

$ make
cargo build --package=evmlib --release --frozen --target=wasm32-wasi --no-default-features --features=gas,pc
error: failed to download `crunchy v0.2.2`

Caused by:
  attempting to make an HTTP request, but --frozen was specified
make: *** [Makefile:52: evmlib.wasi] Error 101

I think its not obvious that I need gcc