If you have a Raspberry Pi, you can try out these commands.
sudo apt install cmake pkgconf libcurl4-openssl-dev libjansson-dev libsodium-dev libmicrohttpd-dev psmisc
git clone https://github.com/OCEAN-xyz/datum_gateway.git
cd datum_gateway
mkdir build
cd build
cmake . && make
If you don't, it's a little more complicated because you'll have to cross-compile, but there are tons of tutorials online on how to install the toolchain.
If you have a Raspberry Pi, you can try out these commands.
sudo apt install cmake pkgconf libcurl4-openssl-dev libjansson-dev libsodium-dev libmicrohttpd-dev psmisc git clone https://github.com/OCEAN-xyz/datum_gateway.git cd datum_gateway mkdir build cd build cmake . && makeIf you don't, it's a little more complicated because you'll have to cross-compile, but there are tons of tutorials online on how to install the toolchain.