Skip to content

WPR : Building moments

Media Explorer edited this page Dec 10, 2022 · 5 revisions

Building moments

Few notes on building

Windows (Desktop) target

  • 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

Android (Mobile) target

  • I also used the newest VS 2022 Preview to build this mind-blowing code. Plus I installed 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.
Clone this wiki locally