You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This section is here to help you with the build process, and help you fix dependency issues or workaround compilation errors if it happens on your distribution.
11
+
12
+
13
+
RapidJson
14
+
---------
15
+
16
+
Some versions of RapidJson do not build with newer compilers, while others build only with newer ones.
17
+
The version provided in README.rst should work for older compilers. Otherwise, consider pulling a newer version.
18
+
19
+
Qt5
20
+
---
21
+
22
+
To use Qt5, you should add the --qt5 option to the ccb.py line in Makefile.
23
+
On some distributions, you may need to replace the lines in bootstrap/cmake_modules/FindBootstrap.cmake from ::
0 commit comments