How to Run MetaTrader 4 on CentOS?

We need to install Wine first. This is allowed us to launch Windows software under Linux.
Let's open the Terminal and call the commands.

yum install wine

And now, get winetricks

wget http://kegel.com/wine/winetricks
chmod +x winetricks
sudo mv winetricks /usr/bin/

Then install requirements for MetaTrader using wineticks:

winetricks gecko vcrun6

Thats all! Now we can install and run MetaTrader like Windows.

Note: Tested on CentOS 5.4 and CentOS 5.5.

Share Share Editor: editor | Posted: 2011/12/07 | Views: 15089

Comments

20 + 5 =
Ronen 10/29/2015 15:20:18
Thanks!!! Spent hours on solving it before found this!!
Home | Search | Contact | Terms
Editor