Skip to content

Commit 7fc5969

Browse files
authored
Update install_KLayout.md
1 parent bcc484d commit 7fc5969

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

install_KLayout.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
## when coupled with qt4.8. libcurl for download from internet
33
./build.sh -build /opt/apps/KLayout/0.25.4 -libcurl -j 16 -with-qtbinding -qmake /opt/libs/qt/4.8/bin/qmake
44

5-
## with qt 5.11
5+
## 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
612
./build.sh -build /opt/apps/KLayout/0.25.6 -j 4

0 commit comments

Comments
 (0)