File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,13 @@ structure, so the final LibPack contains several different types of installation
65
65
- At this time this guide was written, Quarter did not correctly support Qt 6.5: the file QuarterWidgetP.cpp had to
66
66
be modified to add `#include <QOpenGLContext>` in the Qt includes section at the top of the file.
67
67
- Build the ALL_BUILD and INSTALL targets in Release mode
68
+ * **[PCRE2](https://pcre.org/)** -- Clone https://github.com/PCRE2Project/pcre2
69
+ - Only required if compiling SWIG, rather than downloading binaries
70
+ - Only shared libraries needed (no need to build static)
68
71
* **[SWIG](https://www.swig.org)** -- obtained from https://www.swig.org, prebuilt binaries are available for Windows
69
72
- Copy the downloaded folder to *LIBPACK\bin\swig* (e.g. change its name to remove the version number)
73
+ - Alternative: follow instructions above for PCRE2, then clone from https://github.com/swig/swig.git
74
+ - Note that this will require GNU Bison to build. Windows exe can be downloaded from https://github.com/lexxmark/winflexbison/
70
75
* **[Pivy](https://www.coin3d.org)** -- obtained by cloning and compiling https://github.com/coin3d/pivy
71
76
- Set Python_ROOT_DIR to *LIBPACK/bin*
72
77
- Set SWIG_EXECUTABLE to *LIBPACK/bin/swig/swig.exe*
You can’t perform that action at this time.
0 commit comments