Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
linxie47 committed Dec 16, 2024
2 parents 9075796 + aac5c4a commit ba4621e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/quick_try_manual_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ cd <workspace>/ivsr/ivsr_ffmpeg_plugin/ffmpeg
git checkout n6.1

# Apply patches
cp -rf /path/to/patches/*.patch .
cp -rf <workspace>/ivsr/ivsr_ffmpeg_plugin/patches/*.patch .
git am --whitespace=fix *.patch

./configure \
Expand Down Expand Up @@ -173,4 +173,8 @@ make -j "$(nproc)"
sudo make install
# The setup_vars_opencv4.sh script sets up the environment variables required for OpenCV.
cd ${OPENCV_BASE}/install/bin && bash ./setup_vars_opencv4.sh
<<<<<<< HEAD
=======

>>>>>>> aac5c4a63b4cb9bae0a56e0cc481e4dab3265a7e
```

0 comments on commit ba4621e

Please sign in to comment.