- gcc/g++ or clang/clang++
- make
- curl
- gunzip
make cleanall lo
make ARCH=arm64 cleanall lo
make C="clang" CC="clang++" clean lo
mold -run make C="ccache gcc" CC="ccache g++" lo
make cleanall lo
make ARCH=arm64 cleanall lo
- install chocolatey run in powershell terminal as administrator
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
- install make
choco install make
- install visual studio or msbuild
- open an 'x64 Native Tools' command prompt as described here
make cleanall lo.exe test