-
Notifications
You must be signed in to change notification settings - Fork 70
Building Tank
Mark Papadakis edited this page Nov 10, 2019
·
9 revisions
Tank currently compiles on Linux. Support for macOS(nee OSX) and may be other OS/architectures will be implemented soon(if anyone asks for them).
$> make all
This will build both tank(the service), the tank client library(libtank.a), and a CLI application for accessing Tank brokers. Compilation requires clang or gcc.
You can move the tank binary anywhere you want and run it, and then build an app to use it.
You can alternatively use docker to run Tank.