Install WSL
Manual installation steps for older versions of WSL | Microsoft Learn
Open PowerShell with administrator permission, enable windows subsystem:
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Enable VM feature:
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Download WSL2: https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
Then install Ubuntu: https://www.microsoft.com/store/apps/9PN20MSR04DW
Install FORM by Homebrew
Installation · vermaseren/form Wiki (github.com)
Open Ubuntu terminal, install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install FORM:
brew install tueda/form/form
No comments:
Post a Comment