Olá
@irtigor!!
Eu posso instalar através do synaptic, porém é a versão antiga!
A que eu estou tentando instalar é a 1.7.1, vou tentar usar a dica que você me deu!
Extract with:
tar -xvjf ogre_src_v1-7-1.tar.bz2
Enter the extracted source directory (ogrenew) with:
cd ogrenew
Run aclocal with:
aclocal
Run the bootstrapping program to create the initial files required for compiling.
./bootstrap
Configure the package for your distribution and exact configuration.
./configure
Make the source files
make
Install the made files into their respective locations (which will also create a .deb package for future use should you need to reinstall).
checkinstall
After the install, there is one more thing you need to do: Tell Ubuntu where to find the libraries.
Do this with by adding the following line to the bottom of
/etc/ld.so.conf:include /usr/local/lib
:[Edit]: Não funcionou!!
No primeiro comando
"aclocal" apareceu essa mensagem >>
aclocal: `configure.ac' or `configure.in' is required