Skip to content

Install Development Environment

DanieldotCom edited this page Oct 18, 2019 · 1 revision

Install Development Environment

  • Install .NET 4.5 (If not already in system)

  • Install Visual Studio 2017 Community

  • Install GTK Runtime others\windowsruntime\gtk-sharp-2.12.22.msi

    • Download Windows Runtime

    • Copy libnodoka.dll (theme engine) to

      "c:\Program Files\GtkSharp\2.12\lib\gtk-2.0\2.10.0\engines\" (32bit)

      "c:\Program Files (x86)\GtkSharp\2.12\lib\gtk-2.0\2.10.0\engines\" (64bit)

  • Open Visual Studio Community 2019

    • Open Solution logicpos.sln or Folder Source Folder

    • Rebuild Solution

    • Rebuild Plugins ex acme.softwarevendor.plugin

    • Set logicpos as Startup Project

    • Set application settings on App.config

    • Run logicpos project

Clone this wiki locally