Skip to content

Commit 682c5b2

Browse files
committed
Removed recommendation to use Intel Compiler
1 parent f96dd0b commit 682c5b2

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

documentation/md_getting-started.html

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -177,28 +177,12 @@ <h1><a class="anchor" id="autotoc_md66"></a>
177177
<summary >
178178
Windows</summary>
179179
<p></p>
180-
<p>On Windows, you can either use Intel Compilers with the standard Microsoft toolchain, <a href="https://docs.docker.com/get-docker/">Docker</a> or the <a href="https://docs.microsoft.com/en-us/windows/wsl/">Windows Subsystem for Linux (WSL)</a> for a Linux experience.</p>
181-
<details >
182-
<summary >
183-
Windows + Intel (Native)</summary>
184-
<p></p>
185-
<p>Install the latest version of:</p><ul>
186-
<li><a href="https://visualstudio.microsoft.com/">Microsoft Visual Studio Community</a></li>
187-
<li><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html">Intel® oneAPI Base Toolkit</a></li>
188-
<li><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/hpc-toolkit-download.html">Intel® oneAPI HPC Toolkit</a></li>
189-
</ul>
190-
<p>Then, in order to initialize your development environment, open a terminal window and run: </p><div class="fragment"><div class="line">&quot;C:\Program Files (x86)\Intel\oneAPI\setvars.bat&quot;</div>
191-
</div><!-- fragment --><p>To follow this guide, please replace <code>./mfc.sh</code> with <code>mfc.bat</code> when running any commands. <code>./mfc.sh</code> is intended Unix-like systems. You will also have access to the <code>.sln</code> Microsoft Visual Studio solution files for an IDE (Integrated Development Environment).</p>
192-
<p></p>
193-
</details>
194-
<details >
195-
<summary >
196-
Windows + WSL</summary>
180+
<p>On Windows, you can use the <a href="https://docs.microsoft.com/en-us/windows/wsl/">Windows Subsystem for Linux (WSL)</a></p>
197181
<p></p>
198182
<p>Install the latest version of the <a href="https://docs.microsoft.com/en-us/windows/wsl/">Windows Subsystem for Linux (WSL)</a> as well as a distribution such as Ubuntu which can be found <a href="https://apps.microsoft.com/store/detail/ubuntu/9PDXGNCFSCZV">here</a>. Acquiring an interactive session is as simple as typing <code>wsl</code> in your command prompt, or alternatively, selecting the distribution from the dropdown menu available in the <a href="https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701">Microsoft Terminal</a>.</p>
199183
<p>You can now follow the appropriate instructions for your distribution.</p>
200184
<p></p>
201-
</details>
185+
202186
<p></p>
203187
</details>
204188
<details >

0 commit comments

Comments
 (0)