Skip to content
Snippets Groups Projects

update documentation

1 unresolved thread
Files
9
@@ -68,6 +68,8 @@ As investigated recently, the ``C:\msys64\usr\bin``must also be added to the ``P
@@ -68,6 +68,8 @@ As investigated recently, the ``C:\msys64\usr\bin``must also be added to the ``P
.. note::
.. note::
If ``C:\msys64`` is not already listed in ``PATH`` variable, then add ``C:\msys64`` in ``PATH`` variable before adding ``C:\msys64\usr\bin`` to the ``PATH`` variable.
If ``C:\msys64`` is not already listed in ``PATH`` variable, then add ``C:\msys64`` in ``PATH`` variable before adding ``C:\msys64\usr\bin`` to the ``PATH`` variable.
 
If there are any other Unix like environments installed on Windows operating systems (example: cygwin), there might even be file collisions when calling certain cmake commands.
 
Therefore, it is suggested to add ``C:\msys64`` in ``PATH`` variable before any other Unix like environmental calls.
Either set environment variable through the ``Windows PowerShell``
Either set environment variable through the ``Windows PowerShell``
Loading