how to install mt4 in arch

Questions about Wine on Linux
Locked
tftftf12
Newbie
Newbie
Posts: 1
Joined: Mon Jan 23, 2023 12:39 pm

how to install mt4 in arch

Post by tftftf12 »

how to install mt4 in arch after wine installed?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: how to install mt4 in arch

Post by jkfloris »

If by "mt4" you mean MetaTrader 4, then these are the instructions provided by MetaTrader itself:

Download MetaTrader 4

Code: Select all

wget "https://download.mql5.com/cdn/web/metaquotes.software.corp/mt4/mt4oldsetup.exe"
Create a 32-bit prefix and set the Windows version to Windows 10

Code: Select all

WINEPREFIX=~/.mt4 WINEARCH=win32 winecfg /v win10
Start the installer

Code: Select all

WINEPREFIX=~/.mt4 wine mt4oldsetup.exe
Locked