Skip to content

Commit 83ac989

Browse files
committed
remove "mingw" compiler
1 parent 6091cc1 commit 83ac989

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

developer-manual/en/chapter01-building-fifengine-on-windows.adoc

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,10 @@ The are several good IDEs available, including:
1919

2020
===== Compiler
2121

22-
You need `msvc` or `gcc` or `mingw-gcc`.
22+
You need `msvc` or `gcc`.
2323

2424
In case you installed MS Visual Studio, then the MSVC compiler is already installed.
2525

26-
[IMPORTANT]
27-
.gcc and mingw-gcc toolchain support is not ready, yet
28-
====
29-
In case you want to build using `gcc`, we suggest using one of the following toolchains:
30-
31-
* http://tdm-gcc.tdragon.net/[tdragon's TDM-GCC MinGW]
32-
** This compiler and toolchain is also included in our Fife-SDK for MinGW.
33-
* http://mingw-w64.org/[MinGW-W64]
34-
====
35-
3626
===== CMake
3727

3828
Fife uses CMake as build system. The build system generates the build configuration for the project and set the project up for your specific IDE.
@@ -67,8 +57,6 @@ You have the choice of building the dependencies from source or fetching pre-bui
6757
The pre-build binaries are build on-the-fly, when building Fifengine on Appveyor.
6858
You find MSVC 14 builds here: https://ci.appveyor.com/project/LinuxDonald/fifengine
6959

70-
NOTE: We are working on building the dependencies on the fly using the MinGW toolchain.
71-
7260
These builds are also included in our pre-packaged Windows development kit,
7361
the https://ci.appveyor.com/project/LinuxDonald/fife-windows-sdk/branch/master/artifacts[Fife-SDK].
7462

0 commit comments

Comments
 (0)