Skip to content

Commit

Permalink
Update HOWTO-MSWindows.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed Sep 4, 2024
1 parent 7c80031 commit 2a65229
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build-scripts/HOWTO-MSWindows
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ First ensure that the asymptote documentation files and asymptote.sty are built
Copy these to the Z:\asy\asydoc directory.

Ensure git is available
Ensure Powershell execution policy is Bypass
Ensure Powershell execution policy is at least unrestricted (the default for Powershell 7):
Set-ExecutionPolicy -Scope CurrentUser unrestricted

# TODO: Does unrestricted execution policy work by default?
Install powershell community extensions by "Install-Module Pscx -Scope CurrentUser" (https://github.com/Pscx/Pscx)
Expand All @@ -15,6 +16,9 @@ Install python3 (https://www.python.org/)
Install perl (https://strawberryperl.com/)
Install LLVM (https://github.com/llvm/llvm-project/releases)

Install virtualenv:
pip3 install virtualenv

Download NSIS 3+ ZIP from https://sourceforge.net/projects/nsis/ and extract to tools-cache/nsis
(Make sure tools-cache/nsis/makensis.exe is available)

Expand Down

0 comments on commit 2a65229

Please sign in to comment.