This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Description
I am trying to setup a node in a google cloud VM instance with these specifications -
- 1 vCPU,
- RAM - 0.6 GB memory
- HDD - 100GB
- OS - Ubuntu 18.04
The error copied from terminal -
error: failed to compile polkadot v0.1.0 (https://github.com/paritytech/polkadot.git?branch=v0.1#692a2cc0)
, intermediate artifacts can be found at /tmp/cargo-install dnOehS
Caused by:
Could not compile ethereum-types
.
I am not sure what am i supposed to do here? I came accros one more error previously
Could not compile rayon-core
,
it occured because the gcc package was missing. What package do i need for this? Or do i need to compile on a better system?