<?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</title><link>https://sourceforge.net/p/mahasona/wiki/How%2520to/</link><description>Recent changes to How to</description><atom:link href="https://sourceforge.net/p/mahasona/wiki/How%20to/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 26 Feb 2013 07:06:56 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mahasona/wiki/How%20to/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage How to modified by deshan</title><link>https://sourceforge.net/p/mahasona/wiki/How%2520to/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -22,6 +22,8 @@
 Currently Mahasona Engine comes with Code blocks project.

 Install GCC
+
+#sudo apt-get install build-essential

 Find SDL Lib

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">deshan</dc:creator><pubDate>Tue, 26 Feb 2013 07:06:56 -0000</pubDate><guid>https://sourceforge.net8f5ff65e537e507c9a266ef9b4a3cc662171b33c</guid></item><item><title>WikiPage How to modified by deshan</title><link>https://sourceforge.net/p/mahasona/wiki/How%2520to/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">deshan</dc:creator><pubDate>Tue, 26 Feb 2013 06:54:37 -0000</pubDate><guid>https://sourceforge.net674cff97f61ddb0dee6bb44b6e9b2c339908de8a</guid></item><item><title>WikiPage How to modified by deshan</title><link>https://sourceforge.net/p/mahasona/wiki/How%2520to/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">deshan</dc:creator><pubDate>Tue, 26 Feb 2013 06:54:24 -0000</pubDate><guid>https://sourceforge.netd49b9b580ac4ab52bdbe1b4103c341c928f6195b</guid></item><item><title>WikiPage How to modified by deshan</title><link>https://sourceforge.net/p/mahasona/wiki/How%2520to/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -66,7 +66,7 @@
 Install dev lib
 #sudo apt-get install libglewmx1.5-dev

-Repositary version of mahasona available from 
+Repository version of mahasona available from 

 Install code blocks,  open workspace, build Mahasona, MahasonaGUI, MahasonaPhysx and run the example

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">deshan</dc:creator><pubDate>Tue, 26 Feb 2013 06:53:56 -0000</pubDate><guid>https://sourceforge.netdacdb7308ff48a3e8e71fc6d95e355412ec30ea8</guid></item><item><title>WikiPage How to modified by deshan</title><link>https://sourceforge.net/p/mahasona/wiki/How%2520to/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -66,8 +66,7 @@
 Install dev lib
 #sudo apt-get install libglewmx1.5-dev

-Get the repositary version of mahasona
-Links can get by visiting 
+Repositary version of mahasona available from 

-Install code blocks,  then open work space build Mahasona, MahasonaGUI, MahasonaPhysx and run the example
+Install code blocks,  open workspace, build Mahasona, MahasonaGUI, MahasonaPhysx and run the example

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">deshan</dc:creator><pubDate>Tue, 26 Feb 2013 06:53:30 -0000</pubDate><guid>https://sourceforge.net6a2cb2cb4dfa2055e8983160a13c8d987f8281cd</guid></item><item><title>WikiPage How to modified by deshan</title><link>https://sourceforge.net/p/mahasona/wiki/How%2520to/</link><description>&lt;pre&gt;--- v12 
+++ v13 
@@ -58,6 +58,14 @@
 sudo ln -s /usr/lib/PhysX/v2.8.1/libNxCooking.so.1 /usr/lib/libNxCooking.so.1
 sudo ln -s /usr/lib/PhysX/v2.8.1/libPhysXCore.so.1 /usr/lib/libPhysXCore.so.1
 
+Install Glew dependency for opengl 2.0
+
+Find glew
+#apt-cache search glew
+
+Install dev lib
+#sudo apt-get install libglewmx1.5-dev
+
 Get the repositary version of mahasona
 Links can get by visiting &lt;http://sourceforge.net/p/mahasona/code&gt;
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">deshan</dc:creator><pubDate>Tue, 14 Feb 2012 08:56:50 -0000</pubDate><guid>https://sourceforge.net17cc2fa396b194a55861a76eb94c174426b4eb0e</guid></item><item><title>WikiPage How to modified by deshan</title><link>https://sourceforge.net/p/mahasona/wiki/How%2520to/</link><description>&lt;pre&gt;--- v11 
+++ v12 
@@ -52,7 +52,11 @@
 Download file from &lt;http://developer.download.nvidia.com/PhysX/2.8.1/PhysX_2.8.1_SDK_CoreLinux_deb.tar.gz&gt;
 	
 And install all debs
-	
+
+Then execute following commands
+sudo ln -s /usr/lib/PhysX/v2.8.1/libNxCharacter.so.1 /usr/lib/libNxCharacter.so.1
+sudo ln -s /usr/lib/PhysX/v2.8.1/libNxCooking.so.1 /usr/lib/libNxCooking.so.1
+sudo ln -s /usr/lib/PhysX/v2.8.1/libPhysXCore.so.1 /usr/lib/libPhysXCore.so.1
 
 Get the repositary version of mahasona
 Links can get by visiting &lt;http://sourceforge.net/p/mahasona/code&gt;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">deshan</dc:creator><pubDate>Fri, 04 Nov 2011 11:25:52 -0000</pubDate><guid>https://sourceforge.netbf07a0c59420085de806026df33fe99e8e446924</guid></item><item><title>WikiPage How to modified by deshan</title><link>https://sourceforge.net/p/mahasona/wiki/How%2520to/</link><description>&lt;pre&gt;--- v10 
+++ v11 
@@ -18,6 +18,7 @@
 
 
 **Linux**
+
 Currently Mahasona Engine comes with Code blocks project.
 
 Install GCC
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">deshan</dc:creator><pubDate>Fri, 04 Nov 2011 11:15:21 -0000</pubDate><guid>https://sourceforge.net2230b7984e76056f587e926efef7cd1182c017a0</guid></item><item><title>WikiPage How to modified by deshan</title><link>https://sourceforge.net/p/mahasona/wiki/How%2520to/</link><description>&lt;pre&gt;--- v9 
+++ v10 
@@ -1,14 +1,60 @@
+**Setup**
+
+**Windows**
 Currently Mahasona Engine comes with Visual C++ 2010 and 2008 solutions(Both libraries and Examples).
 
 To build the libraries
 you need to install nvidia physx sdk 2.8.xx (3.0 not tested)
 Download it from Nvidia website. You need to create a account and have to wait for the activation.
 http://developer.nvidia.com/physx-downloads
 Then create a environment variable PHYSX_DIR with value C:\\Program Files\\NVIDIA Corporation\\NVIDIA PhysX SDK\\v2.8.4_win\\ Bin\\win32 (where ever it points in your machine)
 
 To run example
 Download and install Nvdia Physx system software(This may be almost installed in your machine if you are a hardcore gamer)
 copy all dlls comes with physx sdk to the example bin folder. (or add to system path)
 ex - C:\\Program Files\\NVIDIA Corporation\\NVIDIA PhysX SDK\\v2.8.4_win\\ Bin\\win32
 
 Also need to copy the dlls in Mahasona\\dependencies\\bin\\x..
+
+
+**Linux**
+Currently Mahasona Engine comes with Code blocks project.
+
+Install GCC
+
+Find SDL Lib
+
+#sudo apt-cache search sdl
+
+Find following from list
+
+#libsdl1.2-dev - Simple DirectMedia Layer development files
+
+Install
+
+#sudo apt-get install libsdl1.2-dev
+	
+Find Devil Lib
+
+#sudo apt-cache search devil
+
+Find following from list
+
+#libdevil-dev - Cross-platform image loading and manipulation toolkit
+
+Install
+
+#sudo apt-get install libdevil-dev
+	
+Install Nvidia Physx
+
+Download file from &lt;http://developer.download.nvidia.com/PhysX/2.8.1/PhysX_2.8.1_SDK_CoreLinux_deb.tar.gz&gt;
+	
+And install all debs
+	
+
+Get the repositary version of mahasona
+Links can get by visiting &lt;http://sourceforge.net/p/mahasona/code&gt;
+
+Install code blocks,  then open work space build Mahasona, MahasonaGUI, MahasonaPhysx and run the example
+	
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">deshan</dc:creator><pubDate>Fri, 04 Nov 2011 11:15:02 -0000</pubDate><guid>https://sourceforge.net2f23ca04aca88dfe50f9372e734fbeb54db26642</guid></item><item><title>WikiPage How to modified by deshan</title><link>https://sourceforge.net/p/mahasona/wiki/How%2520to/</link><description>&lt;pre&gt;--- v8 
+++ v9 
@@ -1,10 +1,13 @@
+Currently Mahasona Engine comes with Visual C++ 2010 and 2008 solutions(Both libraries and Examples).
+
 To build the libraries
 you need to install nvidia physx sdk 2.8.xx (3.0 not tested)
 Download it from Nvidia website. You need to create a account and have to wait for the activation.
 http://developer.nvidia.com/physx-downloads
 Then create a environment variable PHYSX_DIR with value C:\\Program Files\\NVIDIA Corporation\\NVIDIA PhysX SDK\\v2.8.4_win\\ Bin\\win32 (where ever it points in your machine)
 
 To run example
+Download and install Nvdia Physx system software(This may be almost installed in your machine if you are a hardcore gamer)
 copy all dlls comes with physx sdk to the example bin folder. (or add to system path)
 ex - C:\\Program Files\\NVIDIA Corporation\\NVIDIA PhysX SDK\\v2.8.4_win\\ Bin\\win32
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">deshan</dc:creator><pubDate>Mon, 10 Oct 2011 17:12:40 -0000</pubDate><guid>https://sourceforge.net678b35f14c00abcc495e21310929d66a39ea54d8</guid></item></channel></rss>