224
edits
mNo edit summary |
|||
| Line 52: | Line 52: | ||
== Download and install NetBeans == | == Download and install NetBeans == | ||
NetBeans is a multi-platform IDE (integrated development environment) that supports a number of programming languages, C and C++ among them. | NetBeans is a multi-platform IDE (integrated development environment) that supports a number of programming languages, C and C++ among them. | ||
| Line 79: | Line 78: | ||
Go to the Installed tab and see which of the above are listed. (Latest version has svn and git installed.) To get the missing ones, | Go to the Installed tab and see which of the above are listed. (Latest version has svn and git installed.) To get the missing ones, | ||
go to the Available Plugins tab, select the ones needed and click Install. | go to the Available Plugins tab, select the ones needed and click Install. | ||
== Checking out the required dependencies == | == Checking out the required dependencies == | ||
All important FlightGear repositories are hosted at gitorious: http://gitorious.org/fg/ | All important FlightGear repositories are hosted at gitorious: http://gitorious.org/fg/ | ||
| Line 140: | Line 139: | ||
: home / | : home / | ||
:: .svn / | |||
:: fgbuild / | :: fgbuild / | ||
:: fgfs / | :: fgfs / | ||
| Line 150: | Line 150: | ||
:: osgbuild / (If building OSG) | :: osgbuild / (If building OSG) | ||
:: sgbuild / | :: sgbuild / | ||
Some of the above folders will have sub-folders, but they are part of installing/downloading the packages. | |||
== Windows: Fixing the backslashes == | == Windows: Fixing the backslashes == | ||
edits