<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to How_to_include_X3P_Library</title><link>https://sourceforge.net/p/open-gps/mwiki/How_to_include_X3P_Library/</link><description>Recent changes to How_to_include_X3P_Library</description><atom:link href="https://sourceforge.net/p/open-gps/mwiki/How_to_include_X3P_Library/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 04 Jul 2014 15:21:43 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/open-gps/mwiki/How_to_include_X3P_Library/feed" rel="self" type="application/rss+xml"/><item><title>How_to_include_X3P_Library modified by Dr. Schorsch</title><link>https://sourceforge.net/p/open-gps/mwiki/How_to_include_X3P_Library/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,5 +1,3 @@
-[Category:Programmers_help] [Category:x3p] 
-
 ## Who should read this guide?

   * If you are using CMake to generate your software projects 
@@ -31,3 +29,5 @@
 ## How to use the ISO5436_2 library in your project using Microsoft Visual Studio

   * ToDo 
+
+[Category:Programmers_help] [Category:x3p] 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dr. Schorsch</dc:creator><pubDate>Fri, 04 Jul 2014 15:21:43 -0000</pubDate><guid>https://sourceforge.net8365b6dc25ef56ea8246b2561857cd179548e364</guid></item><item><title>How_to_include_X3P_Library modified by Ben</title><link>https://sourceforge.net/p/open-gps/mwiki/How_to_include_X3P_Library/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1 +1,33 @@
 [Category:Programmers_help] [Category:x3p] 
+
+## Who should read this guide?
+
+  * If you are using CMake to generate your software projects 
+  * If you have a binary version of the ISO5436_2 library and want to use it in your own software project 
+  * If you have a self compiled version of the ISO5436_2 library and want to use it in your own software project 
+
+  
+
+
+## How to use the ISO5436_2 library in your project using CMake
+
+  1. copy the _FindOpengps.cmake_ from the _src\tools\CustomCmake_ directory of the OpenGPS sources to a subdirectory of your project (e.g. _CustomCmake_) 
+  2. add the following statementes to your project's _CMakeLists.txt_ file&amp;nbsp;: 
+
+&amp;gt; set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CustomCmake/")   
+FIND_PACKAGE( Opengps REQUIRED )  
+  
+  
+  
+include_directories (${OPENGPS_INCLUDE_DIR})   
+TARGET_LINK_LIBRARIES(&amp;lt;yourProjectName&amp;gt; ${OPENGPS_LIBRARY}) 
+
+  3. when running cmake you might have to set _OPENGPS_ROOT_DIR_ variable to the _iso5436-2-xml_ directory of your binary ISO5436_2 library version 
+  4. when using shared libs, you have to make sure that the _iso5436-2-xml*.dll_, _xerces-c_*.dll_ and _zlib*.dll_ (or linux equivalents) are located in your excuting directory or some directory contained in your system's _PATH_ variable 
+
+  
+
+
+## How to use the ISO5436_2 library in your project using Microsoft Visual Studio
+
+  * ToDo 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben</dc:creator><pubDate>Fri, 04 Jul 2014 15:21:43 -0000</pubDate><guid>https://sourceforge.net4acbe9bc5172a1206a9a8939284a9b2a4e87814e</guid></item><item><title>How_to_include_X3P_Library modified by Dr. Schorsch</title><link>https://sourceforge.net/p/open-gps/mwiki/How_to_include_X3P_Library/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;span&gt;[Category:Programmers_help]&lt;/span&gt; &lt;span&gt;[Category:x3p]&lt;/span&gt; &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dr. Schorsch</dc:creator><pubDate>Fri, 04 Jul 2014 15:21:43 -0000</pubDate><guid>https://sourceforge.net08d268263a650e4b100b50fa3dc7cb3ea8c152c1</guid></item></channel></rss>