mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-29 03:40:11 +08:00
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
make || exit -1
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake .. || exit -1
|
||||
make || exit -1
|
||||
Reference in New Issue
Block a user