Skip to content

Software Dependencies

Mike Wagner edited this page Feb 23, 2018 · 1 revision

SolTrace dependencies are:

  • C++ standard libraries
  • wxWidgets 3.1.0

If you are building a full desktop version of SolarPILOT, after setting up your C++ development environment and building wxWidgets 3.1.0, you should always build the packages in the following order to meet the dependency requirements:

  1. LK
  2. WEX
  3. SolTrace (coretrace)
  4. SolTrace (app)

The WEX build includes special standalone applications:

  • DView, LKscript.
Package Dependencies
LK wxWidgets
WEX wxWidgets, LK
SolTrace wxWidgets, LK, WEX, coretrace
Clone this wiki locally