You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,9 @@ For more information on NASM refer to the official site: [www.nasm.us](www.nasm.
20
20
## Installation
21
21
22
22
The project provides a basic installer script that can automatically detect any installed Visual Studio 2013, 2015, 2017 or 2019 installation and then install the required components.
23
-
To use this script simply run '**install_script.bat**' from an elevated command prompt.
23
+
To use this script simply run '**install_script.bat**' from an elevated (i.e administrator) command prompt.
24
+
25
+
## Manual Installation (optional)
24
26
25
27
Alternatively, to manually install the extension you will first need to download the required win32 or win64 binary (depending on your system) from the official NASM website [www.nasm.us](www.nasm.us).
26
28
@@ -31,8 +33,8 @@ To tell Visual Studio where to find nasm.exe you have several options:
31
33
This can be determined from within Visual Studio by checking the contents of the VCInstallDir macro.
32
34
For example the location for Visual Studio 2015 would be:
33
35
34
-
1. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC -- For a 64 bit system
35
-
2. C:\Program Files\Microsoft Visual Studio 14.0\VC -- For a 32 bit system
36
+
1. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ -- For a 64 bit system
37
+
2. C:\Program Files\Microsoft Visual Studio 14.0\VC\ -- For a 32 bit system
36
38
37
39
2. You can install nasm to any directory and then set environment variable NASMPATH to point to the absolute directory of the installed nasm.exe (this path should include the final backslash).
0 commit comments