ASPiK SDK
Setup
To include VSTGUI in your projects you only have to add
  • vstgui_win32.cpp (for Windows)
  • vstgui_linux.cpp (for Linux)
  • vstgui_mac.mm (for macOS)
  • vstgui_ios.mm (for iOS)

to your IDE project and add a search path to the parent of the root folder of vstgui.

On macOS, you need to link to the following Frameworks:
  • Accelerate
  • Carbon
  • Cocoa
  • OpenGL
  • QuartzCore
On iOS, you need to link to the following Frameworks:
  • UIKit
  • CoreGraphics
  • ImageIO
  • CoreText
  • GLKit
  • Accelerate
  • QuartzCore
On Linux you have to install gtkmm3 and their dependencies:

Ubuntu based distribution:

  • libgtkmm-3.0-dev
sudo apt-get install libgtkmm-3.0-dev