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.

Editor: editor | Publish: 2011/12/07 | View: 15659

Yorumlar

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