diff options
Diffstat (limited to 'misc/subsurface/README')
-rw-r--r-- | misc/subsurface/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/subsurface/README b/misc/subsurface/README index 01dbdce70c..f7624aa661 100644 --- a/misc/subsurface/README +++ b/misc/subsurface/README @@ -17,3 +17,8 @@ the SlackBuild. libftdi will be used if both libftdi and libftdi1 are installed on the system. # FTDI="yes" ./subsurface.SlackBuild + +Note: To build with QWebEngine instead of QtWebKit then pass QWEBENGINE=yes +to the slackbuild. + + # QWEBENGINE="yes" ./subsurface.SlackBuild |