Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/installation.html')
-rw-r--r--doc/installation.html37
1 files changed, 36 insertions, 1 deletions
diff --git a/doc/installation.html b/doc/installation.html
index 275da58..920c970 100644
--- a/doc/installation.html
+++ b/doc/installation.html
@@ -9,7 +9,7 @@
<body>
<h1>
- Installation
+ The Osirion Project - Installation
</h1>
<p>
These are the installation instructions for the Osirion Project.
@@ -257,4 +257,39 @@ enginepath_linux="/home/user/games/osirion/data"
<pre>
svn checkout svn://intranifty.no-ip.org/osirion-data-src data-src
</pre>
+<h2 id="organization">
+Organization of the distribution
+</h2>
+<pre>
+/doc Documentation
+
+ index.html Documentation content
+ installation.html Installation instructions (this file)
+ license.html Copyright license
+
+/src C++ source code
+
+ /math mathematical classes and functions
+ /sys low-level system functions
+ /filesystem filesystem library
+ /auxiliary auxiliary functions
+ /core game-independent core library
+ /game game-specific functions
+ /server osiriond dedicated server
+ /render render library
+ /audio audio library
+ /client osirion client
+
+/data Data files
+
+ /base game data files
+
+ /bitmaps essential bitmaps
+ /ini game world description files
+ /maps game world models
+ /scripts gtkradiant shader files
+ /textures game world textures
+
+ /gtkradiant gtkradiant support files
+</pre>
</html>