Skip to content

Commit

Permalink
doc:update readme
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Aug 2, 2023
1 parent fbdd25e commit 952da21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
version: '6.2.0'

- name: Setup OpenCV
uses: Dovyski/setup-opencv-action@v1
uses: Dovyski/setup-opencv-action@v1.1
with:
opencv-version: 4.0.0
opencv-extra-modules: false
Expand Down
8 changes: 2 additions & 6 deletions DEVELOPNOTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set "OPENCV_DIR=D:/Qt/opencv4.2.0/x64/mingw/bin"

## linux

- 安装Qt、patchelf工具,编译opencv lib以及linuxdeployqt工具(tools中已编译好适用于ubuntu20.04的linuxdeployqt工具)
- 安装Qt、patchelf工具,编译zlib以及linuxdeploy工具(tools中已编译好适用于ubuntu20.04的linuxdeploy工具)

- 修改partform_unix.pri文件以下内容

Expand Down Expand Up @@ -74,14 +74,10 @@ OPENCV_DIR=/home/xiaoming/Desktop/opencv
```sh
###############################################################################
# 定义Qt目录
QT_DIR=/opt/Qt6.2.0/6.2.0/gcc_64
QT_DIR=/opt/Qt6.2.0/6.2.0/macos
# 定义opencv目录
OPENCV_DIR=/home/xiaoming/Desktop/opencv
###############################################################################
```

- 执行build_dmg.sh脚本等待编译打包完成。

## python版本(停止维护)

运行 python ./src/old_code/YUVviewer.py

0 comments on commit 952da21

Please sign in to comment.