Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • A development machine running Windows ARM64 (Surface, Thinkpad, Project Volterra, Windows VM on Apple M2):

  • Setup necessary build tools. Follow the steps from wenv

  • Download Audacity source from https://github.com/audacity/audacity

...

Compilation

On a MSYS2 bash shell

Code Block
conan profile detect
cat > global.conf << EOF
tools.microsoft.bash:path=c:/wenv/msys2/msys64/usr/bin/bash.exe
tools.microsoft.bash:subsystem=msys2
EOF
conan config install global.conf
rm global.conf

...