-
Notifications
You must be signed in to change notification settings - Fork 34
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:
- LK
- WEX
- SolTrace (coretrace)
- SolTrace (app)
The WEX build includes special standalone applications:
- DView, LKscript.
Package | Dependencies |
---|---|
LK | wxWidgets |
WEX | wxWidgets, LK |
SolTrace | wxWidgets, LK, WEX, coretrace |