Compare commits
2 Commits
bccf55c81b
...
acf8fb8c13
| Author | SHA1 | Date |
|---|---|---|
|
|
acf8fb8c13 | |
|
|
3a78fe761c |
|
|
@ -13,6 +13,7 @@ find_package(SQLite3 REQUIRED)
|
|||
|
||||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(GST REQUIRED gstreamer-1.0 gstreamer-app-1.0)
|
||||
find_package(OpenCV REQUIRED)
|
||||
|
||||
# 在包含 Crow 子目录之前,设置一个 CMake 选项
|
||||
# 这会告诉 Crow 的构建脚本去使用 Boost 库中包含的 Asio
|
||||
|
|
|
|||
|
|
@ -25,11 +25,11 @@ services:
|
|||
volumes:
|
||||
- .:/app
|
||||
|
||||
ports:
|
||||
- "8888:8888"
|
||||
- "9999:9999"
|
||||
- "502:502"
|
||||
- "8080:8080"
|
||||
# ports:
|
||||
# - "8888:8888"
|
||||
# - "9999:9999"
|
||||
# - "502:502"
|
||||
# - "8080:8080"
|
||||
|
||||
dns:
|
||||
- 8.8.8.8
|
||||
|
|
|
|||
Loading…
Reference in New Issue