summarylogtreecommitdiffstats
path: root/ogre-1.8.install
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-06-21 16:16:36 +0900
committerBenjamin Chrétien2015-06-21 16:16:36 +0900
commit1fc4b839a0e51bffcf7efc1c2fcc81b7e026b75e (patch)
treeb7649ff9544bb8a016a99bddb127e6f8efc1ddab /ogre-1.8.install
downloadaur-ogre-1.8.tar.gz
Initial commit
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"
+}