Guest User

Untitled

a guest
Jul 1st, 2022
634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. I did a fresh Windows install of Agda yesterday with great ease; perhaps this will help others:
  2. 1. Open Powershell with Admin privs
  3. 2.
  4. 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')) ; choco install cabal ghc emacs
  5.  
  6. 3. Restart Powershell with Admin privs
  7. 4.
  8. cabal update ; cabal install alex happy Agda ; agda-mode setup
  9.  
  10. 5. All done! Type emacs and open an Agda file.
  11.  
Advertisement
Add Comment
Please, Sign In to add comment