Setting up your IDE
This section explains how to set up your environment in order to build a Panda3D game written in C++.
On Windows, compiling using g++ will not work. It is however possible to compile your Panda3D project using the MSVC (Microsoft Visual Studio 2008 C++) compiler. The following page describes how to do that:
On UNIX, it is a very good possibility that you can compile using the g++ compiler. The following page describes how to do that:
Some have also managed to build Panda3D under OSX. This is the related forum thread: