<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Install Guide</title><link>https://sourceforge.net/p/sminterface/home/Install%2520Guide/</link><description>Recent changes to Install Guide</description><atom:link href="https://sourceforge.net/p/sminterface/home/Install%20Guide/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 23 Aug 2011 06:48:56 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sminterface/home/Install%20Guide/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Install Guide modified by Václav Procházka</title><link>https://sourceforge.net/p/sminterface/home/Install%2520Guide/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -23,20 +23,24 @@
 
 &lt;h3 style="color:#88A; margin:0px; padding-bottom:20px"&gt;Windows&lt;/h3&gt;
 &lt;p style="text-align:justify;"&gt;
-In Windows everything is usually bit more complicated. There is an example project for MSVS 2010. However, some settings will definitely vary depending on your installation of OpenCV and Boost libraries. Although you may of course use the SMInterface with other compiler and IDE (such as CodeBlocks), the following manual provides information on setting up project using SMInterface on MSVS 2010 only - if you are using some other IDE, the steps will probably be similar.
-&lt;/p&gt;
+In Windows everything is usually a bit more complicated. There is an example project for MSVS 2010. However, some settings will definitely vary depending on your installation of OpenCV and Boost libraries. Although you may of course use the SMInterface with other compilers and IDEs, the following manual provides information on setting up project using SMInterface on MSVS 2010 only - but if you are using some other IDE, the steps will probably be similar.
+&lt;/p&gt;
 &lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;1. OpenCV&lt;/h6&gt;
 &lt;p style="text-align:justify;"&gt;
 As mentioned on the main page, this library uses OpenCV library to run itself, so if you want to build the SMInterface library, you need to have OpenCV library installed on your system. The  official installation guide for OpenCV is on &lt;a href="http://opencv.willowgarage.com/wiki/InstallGuide"&gt;http://opencv.willowgarage.com/wiki/InstallGuide&lt;/a&gt;
 &lt;/p&gt;
 &lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;2. Boost&lt;/h6&gt;
 &lt;p style="text-align:justify;"&gt;
 The SMInterface uses Boost as well - so you need to install that one as well. You can download it from &lt;a href="http://www.boost.org/"&gt;http://www.boost.org/&lt;/a&gt;.
 &lt;/p&gt;
 &lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;3. Setting up MSVS project&lt;/h6&gt;
 &lt;p style="text-align:justify;"&gt;
-The main folder of SMInterface contains folder &lt;i&gt;MSVS&lt;/i&gt;, which contains MSVS solution file named &lt;i&gt;MSVS.sln&lt;/i&gt;, so open that one with your Microsoft Visual Studio. The solution and the projects are set to work properly with &lt;b&gt;OpenCV-2.3&lt;/b&gt; and &lt;b&gt;Boost-1.47&lt;/b&gt; installed properly in folders &lt;i&gt;C:\OpenCV2.3\&lt;/i&gt; and &lt;i&gt;C:\Program Files\boost\boost_1_47_0&lt;/i&gt;. So if you are using different versions of the libraries or your installations are on another locations, you need to change the settings according to the following manuals:
+The main folder of SMInterface contains folder &lt;i&gt;MSVS&lt;/i&gt;, which contains MSVS solution file named &lt;i&gt;MSVS.sln&lt;/i&gt; for the exmple projects, so open that one with your Microsoft Visual Studio. The solution and the projects are set to work properly with &lt;b&gt;OpenCV-2.3&lt;/b&gt; and &lt;b&gt;Boost-1.47&lt;/b&gt; installed properly in folders &lt;i&gt;C:\OpenCV2.3\&lt;/i&gt; and &lt;i&gt;C:\Program Files\boost\boost_1_47_0&lt;/i&gt;. So if you are using different versions of the libraries or your installations are on another locations, you need to change the settings according to the following manuals:
 &lt;/p&gt;
 
 * &lt;http://opencv.willowgarage.com/wiki/VisualC%2B%2B_VS2010&gt; for OpenCV
 * &lt;http://www.boost.org/doc/libs/1_47_0/more/getting_started/windows.html&gt; for boost
+
+&lt;p style="text-align:justify;"&gt;
+The solution contains two projects - Sender and Shower - which you should be able to build now.  You can use the projects as templates for basic shared memory transfers. The rest is up to you!
+&lt;/p&gt;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Václav Procházka</dc:creator><pubDate>Tue, 23 Aug 2011 06:48:56 -0000</pubDate><guid>https://sourceforge.net1486fad2193b6644a5ec1dcbaf0a6d13acb74ba2</guid></item><item><title>WikiPage Install Guide modified by Václav Procházka</title><link>https://sourceforge.net/p/sminterface/home/Install%2520Guide/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -6,36 +6,36 @@
 &lt;h3 style="color:#88A; margin:0px; padding-bottom:20px"&gt;Unix&lt;/h3&gt;
 &lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;1. Compiler&lt;/h6&gt;
 &lt;p style="text-align:justify;"&gt;
-The attached makefile for the SMInterface uses &lt;b&gt;g++&lt;/b&gt;, so You either need to install it, or modify the makefile so it can work with compiler you prefer.
-&lt;/p&gt;
+The attached makefile for the SMInterface uses &lt;b&gt;g++&lt;/b&gt;, so you either need to install it, or modify the makefile so it can work with compiler you prefer.
+&lt;/p&gt;
 &lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;2. OpenCV&lt;/h6&gt;
 &lt;p style="text-align:justify;"&gt;
 As mentioned on the main page, this library uses OpenCV library to run itself, so if you want to build the SMInterface library, you need to have OpenCV library installed on your system. The  official installation guide for OpenCV is on &lt;a href="http://opencv.willowgarage.com/wiki/InstallGuide"&gt;http://opencv.willowgarage.com/wiki/InstallGuide&lt;/a&gt;
 &lt;/p&gt;
 &lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;3. Boost&lt;/h6&gt;
 &lt;p style="text-align:justify;"&gt;
-The SMInterface uses Boost as well - so You need to install that one as well. You can download it from &lt;a href="http://www.boost.org/"&gt;http://www.boost.org/&lt;/a&gt;.
+The SMInterface uses Boost as well - so you need to install that one as well. You can download it from &lt;a href="http://www.boost.org/"&gt;http://www.boost.org/&lt;/a&gt;.
 &lt;/p&gt;
 &lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;4. Build the SMInterface&lt;/h6&gt;
 &lt;p style="text-align:justify;"&gt;
 Now you should have all you need - so just enter the directory of SMInterface and type &lt;i&gt;make&lt;/i&gt; in the commandline. This should build the library as well as two example programs. Then the SMInterface can be included into your projects from the &lt;i&gt;include&lt;/i&gt; directory.
 &lt;/p&gt;
 
 &lt;h3 style="color:#88A; margin:0px; padding-bottom:20px"&gt;Windows&lt;/h3&gt;
 &lt;p style="text-align:justify;"&gt;
 In Windows everything is usually bit more complicated. There is an example project for MSVS 2010. However, some settings will definitely vary depending on your installation of OpenCV and Boost libraries. Although you may of course use the SMInterface with other compiler and IDE (such as CodeBlocks), the following manual provides information on setting up project using SMInterface on MSVS 2010 only - if you are using some other IDE, the steps will probably be similar.
 &lt;/p&gt;
 &lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;1. OpenCV&lt;/h6&gt;
 &lt;p style="text-align:justify;"&gt;
 As mentioned on the main page, this library uses OpenCV library to run itself, so if you want to build the SMInterface library, you need to have OpenCV library installed on your system. The  official installation guide for OpenCV is on &lt;a href="http://opencv.willowgarage.com/wiki/InstallGuide"&gt;http://opencv.willowgarage.com/wiki/InstallGuide&lt;/a&gt;
 &lt;/p&gt;
 &lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;2. Boost&lt;/h6&gt;
 &lt;p style="text-align:justify;"&gt;
-The SMInterface uses Boost as well - so You need to install that one as well. You can download it from &lt;a href="http://www.boost.org/"&gt;http://www.boost.org/&lt;/a&gt;.
+The SMInterface uses Boost as well - so you need to install that one as well. You can download it from &lt;a href="http://www.boost.org/"&gt;http://www.boost.org/&lt;/a&gt;.
 &lt;/p&gt;
 &lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;3. Setting up MSVS project&lt;/h6&gt;
 &lt;p style="text-align:justify;"&gt;
-The main folder of SMInterface contains folder &lt;i&gt;MSVS&lt;/i&gt;, which contains MSVS solution file named &lt;i&gt;MSVS.sln&lt;/i&gt;, so open that one with your Microsoft Visual Studio. The solution and the projects are set to work properly with &lt;b&gt;OpenCV-2.3&lt;/b&gt; and &lt;b&gt;Boost-1.47&lt;/b&gt; installed properly in folders &lt;i&gt;C:\OpenCV2.3\&lt;/i&gt; and &lt;i&gt;C:\Program Files\boost\boost_1_47_0&lt;/i&gt;. So if You are using different versions of the libraries or your installations are on another locations, You need to change the settings according to the following manuals:
+The main folder of SMInterface contains folder &lt;i&gt;MSVS&lt;/i&gt;, which contains MSVS solution file named &lt;i&gt;MSVS.sln&lt;/i&gt;, so open that one with your Microsoft Visual Studio. The solution and the projects are set to work properly with &lt;b&gt;OpenCV-2.3&lt;/b&gt; and &lt;b&gt;Boost-1.47&lt;/b&gt; installed properly in folders &lt;i&gt;C:\OpenCV2.3\&lt;/i&gt; and &lt;i&gt;C:\Program Files\boost\boost_1_47_0&lt;/i&gt;. So if you are using different versions of the libraries or your installations are on another locations, you need to change the settings according to the following manuals:
 &lt;/p&gt;
 
 * &lt;http://opencv.willowgarage.com/wiki/VisualC%2B%2B_VS2010&gt; for OpenCV
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Václav Procházka</dc:creator><pubDate>Tue, 23 Aug 2011 06:37:00 -0000</pubDate><guid>https://sourceforge.net631fe6865dc6c1ba4705bb17c0054ab1a4e875eb</guid></item><item><title>WikiPage Install Guide modified by Václav Procházka</title><link>https://sourceforge.net/p/sminterface/home/Install%2520Guide/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,41 +1,41 @@
 &lt;h3 style="color:#CCD; margin:30px 0px 0px 0px; padding-bottom:0px"&gt;SMInterface&lt;/h3&gt;&lt;h1 style="color:#88A; padding-top:0px; padding-bottom:0px; margin:0px 0px 30px 0px;"&gt;Install Guide&lt;/h1&gt;
 &lt;p style="text-align:justify;"&gt;
-The following text contains information on necessery steps before using the SMInterface. 
-&lt;/p&gt;
-
+The following text contains information on necessery steps before using the SMInterface. To create SMInterface documentation, just run Doxygen with attached Doxyfile. 
+&lt;/p&gt;
+
 &lt;h3 style="color:#88A; margin:0px; padding-bottom:20px"&gt;Unix&lt;/h3&gt;
 &lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;1. Compiler&lt;/h6&gt;
 &lt;p style="text-align:justify;"&gt;
-The attached makefile for the SMInterface uses **g++**, so You either need to install it, or modify the makefile so it can work with compiler you prefer.
+The attached makefile for the SMInterface uses &lt;b&gt;g++&lt;/b&gt;, so You either need to install it, or modify the makefile so it can work with compiler you prefer.
 &lt;/p&gt;
 &lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;2. OpenCV&lt;/h6&gt;
 &lt;p style="text-align:justify;"&gt;
 As mentioned on the main page, this library uses OpenCV library to run itself, so if you want to build the SMInterface library, you need to have OpenCV library installed on your system. The  official installation guide for OpenCV is on &lt;a href="http://opencv.willowgarage.com/wiki/InstallGuide"&gt;http://opencv.willowgarage.com/wiki/InstallGuide&lt;/a&gt;
 &lt;/p&gt;
 &lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;3. Boost&lt;/h6&gt;
 &lt;p style="text-align:justify;"&gt;
 The SMInterface uses Boost as well - so You need to install that one as well. You can download it from &lt;a href="http://www.boost.org/"&gt;http://www.boost.org/&lt;/a&gt;.
 &lt;/p&gt;
 &lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;4. Build the SMInterface&lt;/h6&gt;
 &lt;p style="text-align:justify;"&gt;
-Now you should have all you need - so just enter the directory of SMInterface and type *make* in the commandline. This should build the library as well as two example programs. Then the SMInterface can be included into your projects from the *include* directory.
+Now you should have all you need - so just enter the directory of SMInterface and type &lt;i&gt;make&lt;/i&gt; in the commandline. This should build the library as well as two example programs. Then the SMInterface can be included into your projects from the &lt;i&gt;include&lt;/i&gt; directory.
 &lt;/p&gt;
 
 &lt;h3 style="color:#88A; margin:0px; padding-bottom:20px"&gt;Windows&lt;/h3&gt;
 &lt;p style="text-align:justify;"&gt;
 In Windows everything is usually bit more complicated. There is an example project for MSVS 2010. However, some settings will definitely vary depending on your installation of OpenCV and Boost libraries. Although you may of course use the SMInterface with other compiler and IDE (such as CodeBlocks), the following manual provides information on setting up project using SMInterface on MSVS 2010 only - if you are using some other IDE, the steps will probably be similar.
 &lt;/p&gt;
 &lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;1. OpenCV&lt;/h6&gt;
 &lt;p style="text-align:justify;"&gt;
 As mentioned on the main page, this library uses OpenCV library to run itself, so if you want to build the SMInterface library, you need to have OpenCV library installed on your system. The  official installation guide for OpenCV is on &lt;a href="http://opencv.willowgarage.com/wiki/InstallGuide"&gt;http://opencv.willowgarage.com/wiki/InstallGuide&lt;/a&gt;
 &lt;/p&gt;
 &lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;2. Boost&lt;/h6&gt;
 &lt;p style="text-align:justify;"&gt;
 The SMInterface uses Boost as well - so You need to install that one as well. You can download it from &lt;a href="http://www.boost.org/"&gt;http://www.boost.org/&lt;/a&gt;.
 &lt;/p&gt;
 &lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;3. Setting up MSVS project&lt;/h6&gt;
 &lt;p style="text-align:justify;"&gt;
-The main folder of SMInterface containsfolder *MSVS*, which contains MSVS solution file named *MSVS.sln*, so open that one with your Microsoft Visual Studio. The solution and the projects are set to work properly with **OpenCV-2.3** and **Boost-1.47** installed properly in folders *C:\OpenCV2.3\* and *C:\Program Files\boost\boost_1_47_0*. So if You are using different versions of the libraries or your installations are on another locations, You need to change the settings according to the following manuals:
+The main folder of SMInterface contains folder &lt;i&gt;MSVS&lt;/i&gt;, which contains MSVS solution file named &lt;i&gt;MSVS.sln&lt;/i&gt;, so open that one with your Microsoft Visual Studio. The solution and the projects are set to work properly with &lt;b&gt;OpenCV-2.3&lt;/b&gt; and &lt;b&gt;Boost-1.47&lt;/b&gt; installed properly in folders &lt;i&gt;C:\OpenCV2.3\&lt;/i&gt; and &lt;i&gt;C:\Program Files\boost\boost_1_47_0&lt;/i&gt;. So if You are using different versions of the libraries or your installations are on another locations, You need to change the settings according to the following manuals:
 &lt;/p&gt;
 
 * &lt;http://opencv.willowgarage.com/wiki/VisualC%2B%2B_VS2010&gt; for OpenCV
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Václav Procházka</dc:creator><pubDate>Fri, 19 Aug 2011 09:40:39 -0000</pubDate><guid>https://sourceforge.netda50b61feb5dd4753d0cf62a79c757d55f9333e2</guid></item><item><title>WikiPage Install Guide modified by Václav Procházka</title><link>https://sourceforge.net/p/sminterface/home/Install%2520Guide/</link><description>&lt;h3 style="color:#CCD; margin:30px 0px 0px 0px; padding-bottom:0px"&gt;SMInterface&lt;/h3&gt;&lt;h1 style="color:#88A; padding-top:0px; padding-bottom:0px; margin:0px 0px 30px 0px;"&gt;Install Guide&lt;/h1&gt;
&lt;p style="text-align:justify;"&gt;
The following text contains information on necessery steps before using the SMInterface. 
&lt;/p&gt;

&lt;h3 style="color:#88A; margin:0px; padding-bottom:20px"&gt;Unix&lt;/h3&gt;
&lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;1. Compiler&lt;/h6&gt;
&lt;p style="text-align:justify;"&gt;
The attached makefile for the SMInterface uses **g++**, so You either need to install it, or modify the makefile so it can work with compiler you prefer.
&lt;/p&gt;
&lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;2. OpenCV&lt;/h6&gt;
&lt;p style="text-align:justify;"&gt;
As mentioned on the main page, this library uses OpenCV library to run itself, so if you want to build the SMInterface library, you need to have OpenCV library installed on your system. The  official installation guide for OpenCV is on &lt;a href="http://opencv.willowgarage.com/wiki/InstallGuide"&gt;http://opencv.willowgarage.com/wiki/InstallGuide&lt;/a&gt;
&lt;/p&gt;
&lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;3. Boost&lt;/h6&gt;
&lt;p style="text-align:justify;"&gt;
The SMInterface uses Boost as well - so You need to install that one as well. You can download it from &lt;a href="http://www.boost.org/"&gt;http://www.boost.org/&lt;/a&gt;.
&lt;/p&gt;
&lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;4. Build the SMInterface&lt;/h6&gt;
&lt;p style="text-align:justify;"&gt;
Now you should have all you need - so just enter the directory of SMInterface and type *make* in the commandline. This should build the library as well as two example programs. Then the SMInterface can be included into your projects from the *include* directory.
&lt;/p&gt;

&lt;h3 style="color:#88A; margin:0px; padding-bottom:20px"&gt;Windows&lt;/h3&gt;
&lt;p style="text-align:justify;"&gt;
In Windows everything is usually bit more complicated. There is an example project for MSVS 2010. However, some settings will definitely vary depending on your installation of OpenCV and Boost libraries. Although you may of course use the SMInterface with other compiler and IDE (such as CodeBlocks), the following manual provides information on setting up project using SMInterface on MSVS 2010 only - if you are using some other IDE, the steps will probably be similar.
&lt;/p&gt;
&lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;1. OpenCV&lt;/h6&gt;
&lt;p style="text-align:justify;"&gt;
As mentioned on the main page, this library uses OpenCV library to run itself, so if you want to build the SMInterface library, you need to have OpenCV library installed on your system. The  official installation guide for OpenCV is on &lt;a href="http://opencv.willowgarage.com/wiki/InstallGuide"&gt;http://opencv.willowgarage.com/wiki/InstallGuide&lt;/a&gt;
&lt;/p&gt;
&lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;2. Boost&lt;/h6&gt;
&lt;p style="text-align:justify;"&gt;
The SMInterface uses Boost as well - so You need to install that one as well. You can download it from &lt;a href="http://www.boost.org/"&gt;http://www.boost.org/&lt;/a&gt;.
&lt;/p&gt;
&lt;h6 style="color:#88A; margin:0px; padding-bottom:20px"&gt;3. Setting up MSVS project&lt;/h6&gt;
&lt;p style="text-align:justify;"&gt;
The main folder of SMInterface containsfolder *MSVS*, which contains MSVS solution file named *MSVS.sln*, so open that one with your Microsoft Visual Studio. The solution and the projects are set to work properly with **OpenCV-2.3** and **Boost-1.47** installed properly in folders *C:\OpenCV2.3\* and *C:\Program Files\boost\boost_1_47_0*. So if You are using different versions of the libraries or your installations are on another locations, You need to change the settings according to the following manuals:
&lt;/p&gt;

* &lt;http://opencv.willowgarage.com/wiki/VisualC%2B%2B_VS2010&gt; for OpenCV
* &lt;http://www.boost.org/doc/libs/1_47_0/more/getting_started/windows.html&gt; for boost</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Václav Procházka</dc:creator><pubDate>Fri, 19 Aug 2011 09:32:24 -0000</pubDate><guid>https://sourceforge.net01fece69f0aa998995f7be232c82d7e1c7b924c8</guid></item></channel></rss>