Kenrios Posted April 9, 2018 Report Share Posted April 9, 2018 Hi, I have a question. Is it possible to compile the Trinity Core with Netbeans using g ++ and cygwin to compile? Link to comment Share on other sites More sharing options...
CDawg Posted April 10, 2018 Report Share Posted April 10, 2018 I used to use NetBeans. But I am using CodeLite now. I use VS for Windows and you can even cross reference the indexing over to CodeLite. (I use both Windows and Ubuntu machines) I no longer use NetBeans due to Java issues. Curious... you are using cygwin, You don't want to use VS or prefer another IDE on Windows? Link to comment Share on other sites More sharing options...
Kenrios Posted April 11, 2018 Author Report Share Posted April 11, 2018 The fundamental problem of why I do not use VS is that I have space problems on my hard drive. VS consumes a lot of space that I do not have available now so I alternately use netbeans to compile C ++. I'm more familiar with it. I used it in the university to compile Java and I knew it could be used in C ++. Since I was more attached to him, I thought it would be good. So you say that Netbeans has problems with Java? I did not know. I do not know if it will be efficient in which case I would have to get a new hard drive for that. Link to comment Share on other sites More sharing options...
Shauren Posted April 11, 2018 Report Share Posted April 11, 2018 https://www.visualstudio.com/downloads/ and choose "Build Tools for Visual Studio 2017". TCt used to work with mingw but has not been supported for many years and probably doesn't work anymore As long as you use VS compiler any IDE should work Link to comment Share on other sites More sharing options...
Recommended Posts