Skip to content

Commit 11fdd3b

Browse files
authored
Update README.md
Updates per request of sranikonda
1 parent dadbdab commit 11fdd3b

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -63,23 +63,10 @@ The code samples are licensed under MIT license
6363
#Known issues or limitations
6464

6565
##On Windows Platform
66-
1. If you are using Visual Studio 2019, Visual Studio 2019 version 16.3.0 or newer is required.
66+
1. If you are using Visual Studio 2019, Visual Studio 2019 version 16.4.0 or newer is required.
6767
2. To build samples on Windows, the required Windows SDK is ver. 10.0.17763.0.
68-
69-
1. If the SDK is not installed, use the following instructions below to avoid build failure:
70-
71-
1. Open the "code sample's" .sln from within Visual Studio 2017 or 2019,
72-
2. Right-click on the project name in "Solution Explorer" and select "Properties"
73-
74-
2. The project property dialog opens.
75-
76-
1. Select the "General" tab on the left,
77-
2. Select on the right side of the dialog box "Windows SDK Version"(2nd Item".
78-
3. Click on the drop-down icon to select a version that is installed on your system.
79-
4. click on [Ok] to save.
80-
8168
3. Now you should be able to build the code sample.
8269
4. For beta, FPGA samples support Windows through FPGA-emulator.
8370
5. If you encounter a compilation error like below when building a sample program, one reason is that the directory path of the sample is too long; the work around is to move the sample to a directory like "c:\temp\sample_name".
84-
* Error MSB6003 The specified task executable "dpcpp-cl.exe" could not be run ......
71+
* Error MSB6003 The specified task executable "dpcpp.exe" could not be run ......
8572

0 commit comments

Comments
 (0)