mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
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:
@@ -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
|
||||
---------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user