The instructions below cover how to install the pre-requisite software needed to compile and install Saito for developers building on Linux. We have separate installation instructions for Mac users and Windows users.
sudo apt-get update
sudo apt-get install g++ make git python-is-python3 npm
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash
sudo apt-get install -y nodejs
At this point, you should be ready to install Saito using our standard instructions for Linux and Mac nodes. If you run into any problems that are not documented that require explanation, please contact the team so we can update the documentation here.