From f1a0091b1b6d3f7b8d8991893fbc90adef115299 Mon Sep 17 00:00:00 2001 From: Austen Conrad Date: Thu, 16 Feb 2012 13:51:56 -0600 Subject: [PATCH] improved readability. --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.markdown b/README.markdown index 5e18a16..ecf1ac5 100644 --- a/README.markdown +++ b/README.markdown @@ -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: +

 		[downloaded_zeromq_source_folder]\builds\msvc\Release\mql4zmq.dll
 		=> c:\Program Files (x86)\[metatrader directory]\experts\libraries\mql4zmq.dll
@@ -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
+
 		
6. You are now ready to open up metatrader, attach the example mql4zmq expert to the chart, and be off and running. @@ -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: +

 	[downloaded_mql4zmq_source_folder]\pre-compiled\mql4zmq.dll 
 	=> c:\Program Files (x86)\[metatrader directory]\experts\libraries\mql4zmq.dll
@@ -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
+
 	
3. You are now ready to open up metatrader, attach the example mql4zmq expert to the chart, and be off and running.