Change clang command
This commit is contained in:
parent
abe6b8d0b3
commit
a36d59f0b5
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
|
|
||||||
host side:
|
host side:
|
||||||
|
|
||||||
apt-get install libopencv-dev
|
apt-get install libopencv-dev llvm-3.4 clang-3.4
|
||||||
clang++ -O2 -lopencv_core -lopencv_highgui -lopencv_imgproc -o acatcher acatcher.cxx
|
clang++-3.4 -O2 -lopencv_core -lopencv_highgui -lopencv_imgproc -o acatcher acatcher.cxx
|
||||||
|
|
||||||
to actually run it:
|
to actually run it:
|
||||||
./acatcher | (aplay -t raw -c 1 -f S16_LE -r 22050 > /dev/null 2> /dev/null)
|
./acatcher | (aplay -t raw -c 1 -f S16_LE -r 22050 > /dev/null 2> /dev/null)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue