source: OGRE/trunk/ogrenew/Docs/Readme/ReadMe_Building.html @ 692

Revision 692, 2.3 KB checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4
5       
6  <meta http-equiv="CONTENT-TYPE" content="text/html; charset=windows-1252">
7
8       
9       
10  <title>Building OGRE</title>
11  <meta name="GENERATOR" content="OpenOffice.org 1.1.4  (Win32)">
12
13       
14  <meta name="CREATED" content="20050219;16550753">
15
16       
17  <meta name="CHANGED" content="20050219;17080725">
18
19       
20  <link rel="stylesheet" type="text/css" href="../style.css">
21</head>
22
23
24<body bgcolor="#003300" dir="ltr" lang="en-US" link="#ffff00" text="#ccffcc">
25
26<p class="header" align="center">OGRE (Object-Oriented Graphics
27Rendering Engine)</p>
28
29<p class="header" align="center">Building OGRE
30</p>
31
32<p class="header" align="center"><a href="http://www.ogre3d.org/">http://www.ogre3d.org</a></p>
33
34<p class="mainheader" align="left">Building and Installing OGRE</p>
35
36<p align="left">This release of OGRE builds under the following
37configurations:</p>
38<table style="text-align: left; width: 100%;" border="1" cellpadding="2" cellspacing="2">
39  <tbody>
40    <tr>
41      <td class="MainHeader" style="font-weight: bold; text-align: center;">Platform</td>
42      <td class="MainHeader" style="font-weight: bold; text-align: center;">Compiler</td>
43      <td class="MainHeader" style="font-weight: bold; text-align: center;">Extra Notes</td>
44    </tr>
45    <tr>
46      <td style="text-align: center;">Windows</td>
47      <td style="text-align: center;">Visual C++.Net 2003<br>
48Visual C++.Net 2005<br>
49Code::Blocks + MingW</td>
50      <td style="text-align: center;">Requires DirectX 9 SDK<br>
51You should also download the latest Dependencies</td>
52    </tr>
53    <tr>
54      <td style="text-align: center;">Linux</td>
55      <td style="text-align: center;">gcc</td>
56      <td style="text-align: center;">Requires gcc 3.x or 4.x</td>
57    </tr>
58    <tr>
59      <td style="text-align: center;">Mac OSX</td>
60      <td style="text-align: center;">gcc</td>
61      <td style="text-align: center;">Use XCode</td>
62    </tr>
63  </tbody>
64</table>
65<br>
66Full instructions for building can be found on the <a href="http://www.ogre3d.org/wiki/index.php/Building_From_Source">OGRE Wiki &gt; Building From Source page</a>.<br>
67<br>
68<p class="mainheader">&nbsp;</p>
69
70<p>Copyright &copy; 2006 by The OGRE Team
71<script>
72<!--//hide script from old browsers
73document.write( "Last modified "+ document.lastModified );
74//end hiding contents -->
75</script></p>
76
77</body>
78</html>
Note: See TracBrowser for help on using the repository browser.