5 lines
121 B
Bash
5 lines
121 B
Bash
|
#!/bin/sh
|
||
|
g++ -o beehubc beehubc.cpp -I/usr/local/include -std=c++11 -lpthread -L/usr/local/lib -lzmq -lzmqpp -lsodium
|
||
|
|
||
|
|