forked from 8212369/WPR
-
Notifications
You must be signed in to change notification settings - Fork 3
WPR : Building moments
Media Explorer edited this page Oct 1, 2022
·
5 revisions
- I used the newest VS 2022 Preview to build this super-hard src code
- Build these libraries and place them under the same folder as the executable
- Place FFMPEG executable (you can download from their website or make a custom version with WMA->OGG conversion supported)
- Beside submodules included in this repostiory, this application depends on these native DLLs:
- FNA3D
- FAudio
- libtheorafile
- I also used the newest VS 2022 Preview to build this mind-blowing code. Plus I installet Avalonia extension from VS Marketplace
- I "lost" all my code fixes because of I repeat to fork the original WPR (with ALL java bindings). I use this command (at cmd line):
git clone --recursive https://github.com/8212369/WPR
- I specially deleted .gitmodules file for reducing the problems when I'll be upload the result onto GitHub repo.
- Before building I check that .NET 6 installed (recovered by VS) in my system.