Added:
/wiki
/wiki/Buildinstructions.wiki
=======================================
--- /dev/null
+++ /wiki/Buildinstructions.wiki Sat Jan 16 17:17:21 2010
@@ -0,0 +1,16 @@
+#Build instructions for Shaderz
+
+= Introduction =
+
+Listing down some brief instructions on how to build shaderz on your
system. Please note that the tool is still very early in the stage of
development, and may not build on all systems.
+
+
+= Details =
+
+==Prerequsits==
+ * Qt4.5 or later: http://qt.nokia.com/downloads
+ * OpenScenegraph: Build and/or install OpenScenegraph. Available here
http://www.openscenegraph.org/projects/osg
+ * osgNv: Build and install. Available here http://osgnv.sourceforge.net/
+
+ * Open the shaderz.pro file and modify the INCLUDE and LIBS paths for
your OS.
+ * Save and build by opening project in QtCreator (or qmake and make if
you prefer it that way).