Open Ambassador-pi opened 2 years ago
Hi
Which OS do you use?
Try to install additional libraries, it might help in your case
sudo apt install llvm clang
Ubuntu 20.04 I'll try.
It's the reason you said. It's solved! But another mistake occurred
Are you sure you've installed everything of listed requirements?
apt install -y make git-core libssl-dev pkg-config libclang-12-dev build-essential gcc
The problem might be becouse you lost something.
Gcc is already installed. It passed this time, but I don't know why.
Try this one
apt install libclang-12-dev
I guess it's missing
Compilation succeeded! When "source $home /. Bashrc" is executed, environment variable error will be prompted.
replace
for example:
export ACCOUNT=Validatrium
# name of your validator
export CHAIN=anoma-testnet-0.0.a1d4bbfafa49
After you've done it do not forget to upgrade variables, run the command source $HOME/.bashrc
There is a problem again in this step, please advise!
Currently testnet is not running. We will update this instruction as soon as testnet will be available. Currently there is no way to run the node
What is the reason?