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: 3993
- 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 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » 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!