4 lines
95 B
Bash
4 lines
95 B
Bash
|
#!/bin/sh
|
||
|
g++ -o datahubs datahubs.c -I/usr/local/include/hv -std=c++11 -L/usr/local/lib -lhv
|
||
|
|