How to build
For Payload in Space customers using Linux payloads, it is expected that the customers compile and install the Spire Linux Agent on their payload. Additionally, the Spire Linux Agent should be started automatically upon boot of the payload.
Retrieve the source code
- Bash
git clone https://github.com/nsat/oort-agent
cd oort-agent
Native Build
The agent can be built for the current platform using make
:
- Bash
cd agent
make
The compiled binary can be found in agent/build/oort-server
.