Skip to content

Commit dc4ec73

Browse files
authored
Update README.md
1 parent 4388c64 commit dc4ec73

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ Please visit https://github.com/dotBunny/CLionSourceCodeAccess/wiki for informat
99
[CLion Blog](https://blog.jetbrains.com/clion/2016/10/clion-and-ue4/)
1010

1111
## IMPORTANT
12-
The plugin has been modified to not list Win64 as a whitelisted platform due to the current problems building from Windows. If you want to experiment check this [commit](https://github.com/dotBunny/CLionSourceCodeAccess/commit/9bf1de60e1b5657bc55f980e62658044ca63dc8a) out to see how to turn it back on. This is only temporary, until a fix has been found for Windows.
12+
If you are a Windows user, there are some specific steps needed to make the plugin/CLion work with Unreal.
1313

14-
**But there is a probably working way (as for me, it works):**
1514
- Install [MSYS2](http://www.msys2.org) with packages:
1615
+ `mingw64/mingw-w64-x86_64-gcc`
1716
+ `mingw64/mingw-w64-x86_64-clang`
@@ -25,4 +24,4 @@ The plugin has been modified to not list Win64 as a whitelisted platform due to
2524
- Configure the plugin:
2625
+ C Compiler: `[MSYS2 install location]/mingw64/bin/clang.exe`
2726
+ C++ Compiler: `[MSYS2 install location]/mingw64/bin/clang++.exe`
28-
- Setup CLion as source code editor (optional)
27+
- Setup CLion as source code editor (optional)

0 commit comments

Comments
 (0)