Qt4wine
-
- White ninja
- Posts: 4
- Joined: 14 Jun 2017, 13:41
- Distribution: CINNAMON
- Location: USA
Qt4wine
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?
- Blaze
- DEV Team
- Posts: 2148
- Joined: 28 Dec 2010, 11:31
- Distribution: ⟰ Porteus current ☯ all DEs ☯
- Location: ☭ Russian Federation, Lipetsk region, Dankov
- Contact:
Re: Qt4wine
Hi lmikeselljr.
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
You can find it in this package icoutils-0.31.3-x86_64-1cf.txz"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."
Code: Select all
root@porteus:~# ls /home/guest/Загрузки/icoutils-0.31.3-x86_64-1cf/usr/bin
extresso* genresscript* icotool* wrestool*
root@porteus:~#
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
Linux 4.19.2-porteus #1 SMP PREEMPT Wed Nov 14 09:31:28 UTC 2018 x86_64 Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Tobago PRO [Radeon R7 360 / R9 360 OEM] (rev 81) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
MS-7A12 » [AMD/ATI] Tobago PRO [Radeon R7 360 / R9 360 OEM] (rev 81) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
-
- White ninja
- Posts: 4
- Joined: 14 Jun 2017, 13:41
- Distribution: CINNAMON
- Location: USA
Re: Qt4wine
Thank you so much!