Check if CPU is supported
uname -i
WARNING
Given the CPU requirements, currently we are only supporting GenuineIntel
, featuring Intel Software Guard Extensions (SGX).
Linking with cc error
A user who finds the error linking with cc failed
, will have to install the required dependencies.
error: linking with `cc` failed: exit status: 1
error: could not compile `fleek-service-ping-example` (lib) due to previous error
Update
sudo apt-get update
Install gcc
:
sudo apt-get install gcc
Remove previous installation files
You can re-run the installation process. If you are using the assisted installer, it'll complain that the source code directory already exists. Since you've probably cloned the source code repository locally, you'll have to remove it manually. If you need help, find the instructions in the reference.
Run the installation script
curl https://get.fleek.network | bash
Alternatively, read the manual installation instructions for more information.