Page MenuHomePhabricator

OGRE
Updated 2,301 Days AgoPublic

Version 4 of 7: You are viewing an older version of this document, as it appeared on Jan 31 2018, 8:38 PM.

Compile 1.9

sudo -i 

apt install mercurial \
build-essential \
libc6-dev \
libpthread-stubs0-dev \
libpthread-workqueue-dev \
nvidia-cg-toolkit \
zlib1g-dev \
zlibc \
libfreeimage3 \
libfreeimage-dev \
libpoco-dev \
libtbb-dev \
libgl1 \
libopenimageio-dev \
xaw3dg-dev \
libxaw7-dev \
libtinyxml-dev

hg clone https://bitbucket.org/sinbad/ogre
cd ogre
hg pull && hg update v1-9-0
curl https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-games/ogre/files/ogre-1.9.0-gcc52.patch | patch -p1
mkdir build
cd build
cmake ../
make -j4
make install
Last Author
newellz2
Last Edited
Jan 31 2018, 8:38 PM

Event Timeline

newellz2 edited the content of this document. (Show Details)
newellz2 edited the content of this document. (Show Details)
newellz2 changed the title from Ogre to OGRE.Jan 31 2018, 8:38 PM