5 lines
81 B
Bash
5 lines
81 B
Bash
|
|
mkdir build
|
||
|
|
cd build
|
||
|
|
cmake ..
|
||
|
|
make
|
||
|
|
cp ../../../SDK/VzNLSDK/Linux/x64/*.so ../bin
|