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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ To tell Visual Studio where to find yasm.exe you have several options:
31
31
This can be determined from within Visual Studio by checking the contents of the VCInstallDir macro.
32
32
For example the location for Visual Studio 2015 would be:
33
33
34
-
1. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin -- For a 64 bit system
35
-
2. C:\Program Files\Microsoft Visual Studio 14.0\VC\bin -- For a 32 bit system
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
36
37
37
2. You can install yasm to any directory and then set environment variable YASMPATH to point to the absolute directory of the installed yasm.exe (this path should include the final backslash).
0 commit comments