<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to getting started</title><link>https://sourceforge.net/p/mialib/wiki/getting%2520started/</link><description>Recent changes to getting started</description><atom:link href="https://sourceforge.net/p/mialib/wiki/getting%20started/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 28 Dec 2012 20:44:21 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mialib/wiki/getting%20started/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage getting started modified by Simón Flores</title><link>https://sourceforge.net/p/mialib/wiki/getting%2520started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,3 +1,10 @@
+[TOC]
+
+#Dependencies 
+* Bullet Physiscs library 
+* SDL
+* SDL_image
+* OpenGL
 #Setting Up

 To use mialib first unzip the tar.gz lib, edit the Makefile, change /usr/local/include/bullet  for the bullet instalation paht, and type in the terminal "make", it generates the mialib.a file that you must to link to your app.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simón Flores</dc:creator><pubDate>Fri, 28 Dec 2012 20:44:21 -0000</pubDate><guid>https://sourceforge.netc402af01f94c3aa45bbb71ef5d345d7098993e5c</guid></item><item><title>WikiPage getting started modified by Simón Flores</title><link>https://sourceforge.net/p/mialib/wiki/getting%2520started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,8 +1,8 @@
-#setting up
+#Setting Up

-To use mialib first unzip the tar.gz lib, edit the Makefile, change /usr/local/include/bullet  for the bullet instalation paht, and type in the terminal "make", it generates the mialib.a file that you must to link to your app 
+To use mialib first unzip the tar.gz lib, edit the Makefile, change /usr/local/include/bullet  for the bullet instalation paht, and type in the terminal "make", it generates the mialib.a file that you must to link to your app.

-To compile your app create a Makefile like this
+To compile your app create a Makefile like this:

 ~~~~~~
@@ -14,4 +14,17 @@

 ~~~~~~

-change ../mialib for the mialib installation path
+change ../mialib for the mialib installation path.
+
+#A very short example application
+~~~~~~
+#include "m.h"
+
+class MyApp: public mSDLapp{
+public:
+   
+   
+};
+
+IMPLEMENT_M_APP(MyApp);
+~~~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simón Flores</dc:creator><pubDate>Thu, 27 Dec 2012 18:11:22 -0000</pubDate><guid>https://sourceforge.netf27be636473dbe564400e498a4e8c372838556fe</guid></item><item><title>WikiPage getting started modified by Simón Flores</title><link>https://sourceforge.net/p/mialib/wiki/getting%2520started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,17 @@
 #setting up

-To use mialib first unzip the tar.gz lib, edit the Makefile, change /usr/local/include/bullet  for yor bullet instalation paht, and type in the terminal "make", it generates the mialib.a file that you must to link to your app 
+To use mialib first unzip the tar.gz lib, edit the Makefile, change /usr/local/include/bullet  for the bullet instalation paht, and type in the terminal "make", it generates the mialib.a file that you must to link to your app 

+To compile your app create a Makefile like this
+
+
+~~~~~~
+LIBS = -lBulletCollision -lBulletDynamics -lLinearMath -lBulletSoftBody -lGL -lGLU -lGLEW -lSDL -lSDL_image 
+INC = -I/usr/local/include/bullet -I../mialib ../mialib/mialib.a
+
+all: 
+   g++ -g main.cpp  -o main  $(INC) $(LIBS)
+
+~~~~~~
+
+change ../mialib for the mialib installation path
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simón Flores</dc:creator><pubDate>Thu, 27 Dec 2012 18:08:26 -0000</pubDate><guid>https://sourceforge.net35f6eefa9ba0dd838e415e2112734fdf25fa010b</guid></item><item><title>WikiPage getting started modified by Simón Flores</title><link>https://sourceforge.net/p/mialib/wiki/getting%2520started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,4 +1,4 @@
 #setting up

-For use mialib first unzip the tar.gz lib, edit the Makefile, change /usr/local/include/bullet  for yor bullet instalation paht, and type in the terminal "make", it generates the mialib.a file that you must to link to your app 
+To use mialib first unzip the tar.gz lib, edit the Makefile, change /usr/local/include/bullet  for yor bullet instalation paht, and type in the terminal "make", it generates the mialib.a file that you must to link to your app 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simón Flores</dc:creator><pubDate>Thu, 27 Dec 2012 18:03:12 -0000</pubDate><guid>https://sourceforge.net9743d9008292e3e26fc23d7dbecf8183fd2c0e40</guid></item><item><title>WikiPage getting started modified by Simón Flores</title><link>https://sourceforge.net/p/mialib/wiki/getting%2520started/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="setting-up"&gt;setting up&lt;/h1&gt;
&lt;p&gt;For use mialib first unzip the tar.gz lib, edit the Makefile, change /usr/local/include/bullet  for yor bullet instalation paht, and type in the terminal "make", it generates the mialib.a file that you must to link to your app &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simón Flores</dc:creator><pubDate>Thu, 27 Dec 2012 18:01:40 -0000</pubDate><guid>https://sourceforge.net047b98ed109717aa240d4ed34ff05359b5bc069a</guid></item></channel></rss>