Skip to content

Referencing wxWidgets Externally (Non portable)

Ravbug edited this page Sep 10, 2019 · 12 revisions

If you do not want to store wxWidgets within your repository, simply delete the wxWidgets folder in the repository root. Then follow the instructions below to link your external wxWidgets install to the template.

macOS

  1. Open mac.xcodeproj in the template repository root.
  2. Remove the reference to wxcocoa.xcodeproj in the left sidebar if it is there.
  3. Open your wxWidgets/build/osx in your file browser
  4. Drag wxocoa.xcodeproj inside /build/osx into the left sidebar of mac.xcodeproj.
  5. [steps incomplete, more coming soon]

Windows

Information coming soon.

Linux

Information coning soon.

Clone this wiki locally