Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHanke committed Feb 4, 2024
2 parents 773d3bf + 491b13f commit ee73438
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -22,7 +23,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
Expand Down

0 comments on commit ee73438

Please sign in to comment.