Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 560 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 560 Bytes

TM2Space MOI-TD OBC Sensor Stream Emulator

Installation

use the following commands for OSX

$ brew install zmq
$ brew install czmq

use the following commands for Linux (Ubuntu/Debian/Mint)

$ apt-get install libzmq3-dev
$ apt-get install libczmq-dev

Build Process

After you download the code, open terminal in that folder and run the following commands

$ cmake CMakeLists.txt

You should see CMakeFiles folder and Makefile getting created. Run the next command to build the final executable.

$ make