Skip to content

Commit

Permalink
Fix hyperlink duplicate target name warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcmry committed Apr 19, 2024
1 parent 745b5b9 commit 2448fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/SpinalHDL/Getting Started/Install and setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Windows installation

.. note::
While a native installation is possible the simpler and currently recommended way is to use WSL on Windows.
If you want to use WSL, install `it <https://learn.microsoft.com/en-us/windows/wsl/install>`_, a distribution of your choice and
If you want to use WSL, install `it <https://learn.microsoft.com/en-us/windows/wsl/install>`__, a distribution of your choice and
follow the Linux installation instructions. Data in your WSL instance can be accessed from windows under ``\\wsl$``.
In case you want to use IntelliJ you'll have to download the Linux version to WSL, if you want to use VSCode then the Windows
version can be used to remotely edit in WSL.
Expand All @@ -147,7 +147,7 @@ In case you want to build the tools yourself have a look at the legacy simulatio

.. note::
An All-in-One solution offered by SpinalHDL maintainer `Readon <https://github.com/Readon>` is available to install and run SpinalHDL with Verilator simulation and formal verification via SymbiYosys.
Download `it <https://github.com/Readon/msys2-installer/releases>`_ and install the environment anywhere on your disk.
Download `it <https://github.com/Readon/msys2-installer/releases>`__ and install the environment anywhere on your disk.
Start the build environment by clicking on the MSYS2-MINGW64 icon in the Start menu and use the MSYS2 default console.
An alternative is to use the Windows Terminal or a Tabby-like application and use the startup command ``%MSYS2_ROOT%\msys2_shell.cmd -defterm -here -no-start -mingw64``, where the ``%MSYS2_ROOT%`` is the location of the msys2 installation.
It is worth noting that if you want to use it offline, you should carefully select the libraries that the project depends on, otherwise you will need to download the packages manually.
Expand Down

0 comments on commit 2448fec

Please sign in to comment.