MercuryDPM  Beta
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Set up Netbeans editor to compile Mercury DPM

Writing, compiling, and debugging code is easier if you use a integrated development environment (IDE), such as NetBeans.

To use MercuryDPM with Netbeans:

  • Install Netbeans for C/C++ from https://netbeans.org/downloads/ and run the application.
  • Click on File -> New Project and click Next.
  • Specify the folder in which you have installed Mercury (e.g., ~/MercuryDPM/Alpha/), select Custom configuration mode and click Next.
  • Click on Run configure script in subfolder, then click Next repeatedly until the button gets disabled.
  • Finally, click Finish.

Now your project will be set up, which will take a few minutes. After that, you are ready to go.