Skip to content
Sancho Lerena edited this page Mar 19, 2026 · 1 revision

How to build the Pandora Open Server

  • Checkout dependencies on INSTALL documentation (dev tools, as Make, Perl, etc)
  • Clone the repository.
  • From the root of the repository, run cd pandora_server; perl Makefile.PL

How to build the Pandora Open Windows Agent

  • Install GNU Make.
  • Install the MinGW-w64 toolchain.
  • Clone the repository.
  • From the root of the repository, run make agent_windows.

How to build other tools and dependencies.

You will find code for pandorawmi and other opensource code at out github repo. You can build from scratchs, some of them have detailed build documentation.

Setting the Version

To update the version across all relevant files, use the make version command with the VERSION variable. This command will update the version in the following files:

  • pandora_agent/unix/pandora_agent
  • pandora_agent/win32/pandora.cc
  • pandora_server/lib/PandoraOpen/Config.pm

Example

To set the version to 1.2.3, run:

make version VERSION=1.2.3

Clone this wiki locally