11NB. stdlib definitions
22NB. -This definitions are called from the standard library
33
4- JQTVERSION=: ' 2.5.12 '
4+ JQTVERSION=: ' 2.6.1 '
55
66NB. =========================================================
77NB. do_install v install from jal
@@ -129,10 +129,10 @@ smoutput m
129129NB. ---------------------------------------------------------
130130NB. install Qt library:
131131
132- NB. linux aio has Qt installed in J folder from j9.7 beta7
133- linuxaio =. (UNAME -: ' Linux' ) *. 907 <: VERNO
132+ NB. linux has Qt installed in J folder from j9.7 beta7
133+ linux =. (UNAME -: ' Linux' ) *. 907 <: VERNO
134134
135- if. linuxaio < (< UNAME)e. ' Linux' ; ' OpenBSD' ; ' FreeBSD' do.
135+ if. linux < (< UNAME)e. ' Linux' ; ' OpenBSD' ; ' FreeBSD' do.
136136 qt_ldd_test d1
137137 smoutput ' If libjqt cannot be loaded, see this guide for installing the Qt library'
138138 smoutput ' https://code.jsoftware.com/wiki/Guides/Qt_IDE/Install'
@@ -145,7 +145,7 @@ y=. (*#y){::0;y
145145smoutput ' Installing Qt library...'
146146if. IFWA64 do.
147147 z=. ' qt610-win-arm64-slim.zip'
148- elseif. linuxaio do.
148+ elseif. linux do.
149149 z=. ' qt610-linux' , ((y -: ' slim' )# ' -slim' ), ' .tar.gz'
150150elseif. IFWIN do.
151151 z=. ' qt610-win' , ((y -: ' slim' )# ' -slim' ), ' .zip'
@@ -157,7 +157,7 @@ if. rc do.
157157 smoutput ' unable to download: ' , z return.
158158end.
159159d=. jpath IFWIN{:: ' ~install' ; ' ~bin'
160- if. IFWIN +. linuxaio do.
160+ if. IFWIN +. linux do.
161161 unzip_jpacman_ p; d
162162else.
163163 hostcmd_jpacman_ ' unzip -o ' , (dquote p), ' -d ' , dquote d
0 commit comments