- language:
C++
- target:
libxevm_runtime.a
- language:
Rust
- target:
libxevm_engine.a
- language:
C++
- target:
test_aurora
- cmake: v3.8 or higher
- rust toolchain
- gtest lib
- ubuntu:
sudo apt install libgtest-dev
- centos7:
...
- ubuntu:
mkdir -p cbuild && cd cbuild
cmake .. && make -j4
# release:
# cmake .. -DCMAKE_BUILD_TYPE=Release && make -j4
./bin/Linux/test_aurora
$ cat ~/.gitconfig
[url "git@github.com:"]
insteadOf = https://github.com/
$ cat ~/.cargo/config
[net]
git-fetch-with-cli = true