Search found 3 matches
- Fri Oct 27, 2017 06:19
- Forum: Help
- Topic: C/C++ Newbie trying to get CEGUI/MINGW64/WIN7 to work
- Replies: 5
- Views: 10522
Re: C/C++ Newbie trying to get CEGUI/MINGW64/WIN7 to work
I recommend you to use msys2 instead of mingw because it's more updated and have good support. I can compile CEGUI easily with msys2 and didn't need to follow the wiki link. You can install all of CEGUI's compiled dependencies with msys2. Because I am new to C/C++ I don't quite know how to get msys...
- Fri Oct 27, 2017 05:58
- Forum: Help
- Topic: C/C++ Newbie trying to get CEGUI/MINGW64/WIN7 to work
- Replies: 5
- Views: 10522
Re: C/C++ Newbie trying to get CEGUI/MINGW64/WIN7 to work
What do you mean by "sort of" following the instructions? :D By that I mean all of the lines it told me to fix were already fixed when I looked in those files. And the CMake option CEGUI_GNUtoMS is not seen but found CMAKE_GNUtoMS instead. So I assumed they were the same thing and uncheck...
- Wed Oct 25, 2017 05:34
- Forum: Help
- Topic: C/C++ Newbie trying to get CEGUI/MINGW64/WIN7 to work
- Replies: 5
- Views: 10522
C/C++ Newbie trying to get CEGUI/MINGW64/WIN7 to work
Followed instructions (sort of) on this page: http://cegui.org.uk/wiki/How_to_install_CEGUI_0.8.4_With_MinGW up to "you can see the Makefile at the target binary directory you choose. Build it." At this point dependencies folder and sub folders bin, include, lib were still empty. And didn'...