Skip to content

Commit

Permalink
improved readability.
Browse files Browse the repository at this point in the history
  • Loading branch information
Austen Conrad committed Feb 16, 2012
1 parent 299048f commit f1a0091
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.markdown
Expand Up @@ -24,6 +24,7 @@ The goal of this project is to provide [MQL4](http://docs.mql4.com/ "MQL4 docume
4. Make sure the build is set to 'Release' and not 'Debug'. See drop-down in middle of top Visual C++ application menu.
5. You are now ready to build the solution which will produce the ZeroMQ library (libzmq.dll) and the MQL4ZMQ bindings library (mql4zmq.dll). To do this right-click on the solution and select 'Build Solution'.
6. Once all 8 projects within the solution have completed building, we need to copy the files the MetaTrader needs to the location it needs them as follows:

<pre><code>
[downloaded_zeromq_source_folder]\builds\msvc\Release\mql4zmq.dll
=> c:\Program Files (x86)\[metatrader directory]\experts\libraries\mql4zmq.dll
Expand All @@ -36,6 +37,7 @@ The goal of this project is to provide [MQL4](http://docs.mql4.com/ "MQL4 docume

[downloaded_zeromq_source_folder]\builds\msvc\mql4zmq\examples\mql4zmq.mq4
=> c:\Program Files (x86)\[metatrader directory]\experts\mql4zmq.mq4

</code></pre>

6. You are now ready to open up metatrader, attach the example mql4zmq expert to the chart, and be off and running.
Expand All @@ -49,6 +51,7 @@ The goal of this project is to provide [MQL4](http://docs.mql4.com/ "MQL4 docume
1. Download or git clone the [MQL4ZMQ source](https://github.com/AustenConrad/mql4zmq/ "mql4zmq github.")

2. Copy the following files to the following locations for MetaTrader:

<pre><code>
[downloaded_mql4zmq_source_folder]\pre-compiled\mql4zmq.dll
=> c:\Program Files (x86)\[metatrader directory]\experts\libraries\mql4zmq.dll
Expand All @@ -61,6 +64,7 @@ The goal of this project is to provide [MQL4](http://docs.mql4.com/ "MQL4 docume

[downloaded_mql4zmq_source_folder]\examples\mql4zmq.mq4
=> c:\Program Files (x86)\[metatrader directory]\experts\mql4zmq.mq4

</code></pre>

3. You are now ready to open up metatrader, attach the example mql4zmq expert to the chart, and be off and running.
Expand Down

0 comments on commit f1a0091

Please sign in to comment.