How to compile

You need at least

Compile the source by using

  • by using cmd files located at pGina\src\compile.cmd, Plugins\compile.cmd or Installer\make.cmd
    • pGina\src\compile.cmd will compile pGina main sources
    • Plugins\compile.cmd will compile all Plugins
    • Installer\make.cmd calls both compile.cmd and runs the Inno Setup script Installer\installer.iss

or

  • run pGina\src\pGina-3.x-vs2010.sln
  • in Menubar\Build\Configuration Manager… choose configuration:Release and platform:x86
  • in Menubar\Build\Configuration Manager… choose configuration:Release and platform:x64
  • and each plugin by using Plugins\<pluginname>\<pluginname>.sln
  • in Menubar\Build\Configuration Manager… choose configuration:Release

Build the setup

  • install Inno Setup
  • run the script Installer\installer.iss
  • get the setup inside of Installer\Output

How to create your own plugin

Follow this instructions

URL