We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc484d commit 7fc5969Copy full SHA for 7fc5969
install_KLayout.md
@@ -2,5 +2,11 @@
2
## when coupled with qt4.8. libcurl for download from internet
3
./build.sh -build /opt/apps/KLayout/0.25.4 -libcurl -j 16 -with-qtbinding -qmake /opt/libs/qt/4.8/bin/qmake
4
5
-## with qt 5.11
+## if libcurl header or library is required
6
+- edit qt/X.X/mkspecs/common/linux.conf
7
+- QMAKE_INCDIR = /usr/nic/apps/curl/7.61.1/include
8
+- QQMAKE_LIBS = -L/usr/nic/apps/curl/7.61.1/lib/
9
+
10
11
+## with qt 5.11 - not working
12
./build.sh -build /opt/apps/KLayout/0.25.6 -j 4
0 commit comments