win: remove outdated msys2 scripts

They were very outdated and if we'll need msys2 support, we'll be able to introduce it later in our Python scripts.
This commit is contained in:
Andrej730
2026-09-07 10:57:39 +05:00
parent 7cfb146717
commit 20d56efdfc
8 changed files with 4 additions and 239 deletions
@@ -254,38 +254,6 @@ C++ Build Tools <http://landinghub.visualstudio.com/visual-cpp-build-tools>`__).
Readme
<https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.8.0/win/readme.md>`__.
Compiling on Windows (MSYS2 + MinGW)
------------------------------------
This is for users of `MSYS2 <https://msys2.github.io/>`__ and `MinGW
<https://www.mingw-w64.org/>`__.
1. Fetch the latest source code, including all submodules.
.. code-block:: bat
git clone --recursive https://github.com/IfcOpenShell/IfcOpenshell.git
.. warning::
The path where the source code is cloned to can contain spaces but non-ASCII
characters are very likely to cause problems with the build.
2. Start the MSYS2 Shell and then:
.. code-block:: bat
cd IfcOpenShell/win
./build-deps.sh
./run-cmake.sh
./install-ifcopenshell.sh
.. seealso::
For more information on configuring a Windows compilation see the `Windows
Readme
<https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.8.0/win/readme.md>`__.
Packaged installation
---------------------