This commit is contained in:
2023-04-08 16:30:20 +08:00
parent fe0b9a9743
commit 68ea4e0810

View File

@@ -2,6 +2,20 @@
提供webp生成服务 提供webp生成服务
## Update
```bash
# 静态编译
go build bin/main.go
# 上传到服务器
scp ./main root@47.103.40.152:~/main
```
## Dev & Install
```bash ```bash
# 需要安装依赖 # 需要安装依赖
sudo apt install libopencv-dev sudo apt install libopencv-dev