From 61c081e77a8e445bb92bbda4fcbd8cfea707e6de Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 14 Jul 2008 20:41:12 +0000 Subject: documentation updates --- doc/installation.html | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) (limited to 'doc/installation.html') 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 @@

- Installation + The Osirion Project - Installation

These are the installation instructions for the Osirion Project. @@ -257,4 +257,39 @@ enginepath_linux="/home/user/games/osirion/data"

 svn checkout svn://intranifty.no-ip.org/osirion-data-src data-src
 
+

+Organization of the distribution +

+
+/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
+
-- cgit v1.2.3