summarylogtreecommitdiffstats
path: root/ogre-1.8.install
diff options
context:
space:
mode:
Diffstat (limited to 'ogre-1.8.install')
-rw-r--r--ogre-1.8.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/ogre-1.8.install b/ogre-1.8.install
new file mode 100644
index 000000000000..6f632dd3edc9
--- /dev/null
+++ b/ogre-1.8.install
@@ -0,0 +1,6 @@
+post_install() {
+ echo "To view the OGRE samples just run OgreSampleBrowser or launch"
+ echo "it directly in /opt/OGRE-1.8/samples/"
+ echo "Update your paths:"
+ echo " export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/opt/OGRE-1.8/lib"
+}