From 9c8b075d2cdb06503c418379289705e971b94d4b Mon Sep 17 00:00:00 2001 From: Brian R Hanke <59420805+BrianHanke@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:07:43 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ddb91a3..c201597 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ rvbootstrap ``` ``` cd /c/Source/OpenRV/_build/stage -find . -name "*.pdb" -type f -delete +find . -name "*.pdb" -type f -delete +find . -name "*.lib" -type f -delete +find . -name "*.ext" -type f -delete mv app openrv-bhgc rm -d openrv-bhgc/src 7z a openrv-bhgc.zip openrv-bhgc From 491b13fba30d3e869b0bdeff35ad0cfa516a274a Mon Sep 17 00:00:00 2001 From: Brian R Hanke <59420805+BrianHanke@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:42:09 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c201597..3c5d545 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ This repo contains source code patch files to build OpenRV-BHGC. Improvements in - Updated interface style - New icons -- Streamlined menus +- Streamlined menus +- Patch for FFmpeg-related build error Build time is around 45 minutes on a 32 vCPU VM. VM software configuration should follow the official OpenRV [build guide](https://github.com/AcademySoftwareFoundation/OpenRV/blob/main/docs/build_system/config_windows.md): Visual Studio 2022, Strawberry Perl, MSYS2, etc.