Page 1 of 1

Qt4wine

Posted: 14 Jun 2017, 13:44
by lmikeselljr
Hello! I'm trying to install Qt4wine in Porteus, but it gives me the error "Cannot find or execute the 'wrestool' binary. Make sure that this binary is available by search PATH variable and see also INSTALL file for application depends." It says the same for 'icotool' binary. Does anyone know how to work around this?

Re: Qt4wine

Posted: 14 Jun 2017, 17:59
by Blaze
Hi lmikeselljr.
"Cannot find or execute the 'wrestool' binary. Make sure that this binary is available by search PATH variable and see also INSTALL file for application depends."
You can find it in this package icoutils-0.31.3-x86_64-1cf.txz

Code: Select all

root@porteus:~# ls /home/guest/Загрузки/icoutils-0.31.3-x86_64-1cf/usr/bin
extresso*  genresscript*  icotool*  wrestool*
root@porteus:~#
You are need to install q4wine-1.3.5-x86_64-1cf.txz plus these deps:
qt-4.8.7-x86_64-6.txz
wine-2.4-x64-3.2-GeckoMono-1.xzm
icoutils-0.31.3-x86_64-1cf.txz

Re: Qt4wine

Posted: 16 Jun 2017, 04:01
by lmikeselljr
Thank you so much!