224
edits
mNo edit summary |
|||
| Line 25: | Line 25: | ||
= Getting a compiler = | = Windows: Getting a compiler = | ||
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 | ||
| Line 42: | Line 42: | ||
#* 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 | ||
= Getting CMake = | = Getting CMake = | ||
edits