Howto:Build FlightGear with NetBeans using CMake: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 29: Line 29:
On Windows, people need to download and install a C++ compiler separately. NetBeans supports a number of different compilers. Installing and setting up compilers on Windows is covered here: http://netbeans.org/community/releases/71/cpp-setup-instructions.html
On Windows, people need to download and install a C++ compiler separately. NetBeans supports a number of different compilers. Installing and setting up compilers on Windows is covered here: http://netbeans.org/community/releases/71/cpp-setup-instructions.html


The simplest option to get started is probably using the MinGW (Minimalist GNU for Windows) package http://mingw.org/wiki/Getting_Started (or from Qt/Trolltech: http://qt.nokia.com/downloads/windows-cpp (skip the Qt download at that page, just use the MinGW download link)).
The simplest option to get started is probably using the MinGW (Minimalist GNU for Windows) package http://mingw.org/wiki/Getting_Started (or from Qt/Trolltech: http://qt.nokia.com/downloads/windows-cpp (skip the Qt download at that page, just use the [ftp://ftp.qt.nokia.com/misc/MinGW-gcc440_1.zip MinGW download link])).


Assuming you are proceeding with that mingw.org link:
Assuming you are proceeding with that mingw.org link:
Line 43: Line 43:
#* add ;C:\MinGW\msys\1.0\bin;C:\MinGW\bin to the end of the existing stuff (note the semi-colon separators; DO NOT remove or alter any of the previous contents or your windows setup may barf)
#* add ;C:\MinGW\msys\1.0\bin;C:\MinGW\bin to the end of the existing stuff (note the semi-colon separators; DO NOT remove or alter any of the previous contents or your windows setup may barf)
#* click OK, OK to close the My Computer Properties windows
#* click OK, OK to close the My Computer Properties windows


= Download and install NetBeans =
= Download and install NetBeans =

Navigation menu