2.3 Compiling JSONAir
How to build JSONAir from source.
Before You Start
git clone https://github.com/k9io/jsonair.git
cd jsonairBuilding with Make (Recommended)
makemake tidy
make buildbin/
jsonair/jsonair ← the JSONAir server
jsonair-agent/jsonair-agent ← the JSONAir agent
jsonair-encrypt/jsonair-encrypt ← the config data encryption tool
jsonair-admin/jsonair-admin ← the admin web interfaceBuilding Individual Components
Building Directly with Go
Running the Tests
Cleaning Build Artifacts
Cross-Compilation
Platform
GOOS
GOARCH
Last updated