Versions Compared

Key

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

...

Code Block
mkdir build
cd build
cmake -A arm64 -S ../ -B .
cmake --build .
(From an administrator cmd shell)
cmake --build . --target install --config Release

Continuous Integration

Audacity team uses GitHub action exclusively to build regular binaries for all targets. Lack of Arm64 Github runners has not enabled Windows on Arm64 builds currently.

Binary Availability

Audacity is expected to include Windows on Arm64 support in 3.5 release. However, until Github runners for Arm64 are available, we do not expect a binary published.