summarylogtreecommitdiffstats
path: root/ogre-1.8.install
blob: 6f632dd3edc9a8820783ef49f14a9899816c3d93 (plain)
1
2
3
4
5
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"
}