Skip to content

Commit

Permalink
May 2024 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHanke committed May 16, 2024
1 parent 7ace240 commit 768efff
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 717 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ This repo contains source code patch files to build OpenRV-BHGC. Improvements in
- Updated interface style
- New icons
- 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 @@ -18,9 +17,11 @@ git clone --recursive https://github.com/AcademySoftwareFoundation/OpenRV.git
3. Merge the contents of openrv-bhgc.zip with the main source code, then run:
```
cd OpenRV
# if rebuilding, delete the following first:
rm -rf _build/src/*
rm -rf _build/stage/*
rm -rf _build/x64/Release/*
# end rebuild steps
source rvcmds.sh
rvbootstrap
```
Expand All @@ -33,4 +34,4 @@ mv app openrv-bhgc
rm -d openrv-bhgc/src
rm -rf openrv-bhgc/include
7z a openrv-bhgc.zip openrv-bhgc
```
```
161 changes: 0 additions & 161 deletions cmake/dependencies/dav1d.cmake

This file was deleted.

Loading

0 comments on commit 768efff

Please sign in to comment.