MegaGlest Forum

Archives (read only) => Glest Advanced Engine => General discussion => Topic started by: wciow on 5 August 2011, 17:36:43

Title: Problems attempting Ubuntu compile.
Post by: wciow on 5 August 2011, 17:36:43
I'm attempting to compile on Ubuntu (11.04) by following the compile guide but the Cmake script complains that I don't have the Vorbis or Zlib dependencies installed.

Synaptic package manager says the I do have these libs installed but Cmake doesn't see them :confused: Can anyone point me to a download which is the "right" version of these dependencies?

Terminal says:
(click to show/hide)
Title: Re: Problems attempting Ubuntu compile.
Post by: Yggdrasil on 5 August 2011, 18:45:22
You need the dev packages of these libraries too. Make sure you have:
libsdl-dev, libopenal-dev, libvorbis-dev, liblua5.1-0-dev, libglew-dev, libfreetype6-dev, libphysfs-dev, libpng-dev, libjpeg-dev, libwxgtk2.8-dev
Title: Re: Problems attempting Ubuntu compile.
Post by: John.d.h on 5 August 2011, 18:53:34
Concisely:
Code: [Select]
sudo apt-get install libsdl-dev libopenal-dev libvorbis-dev liblua5.1-0-dev libglew-dev libfreetype6-dev libphysfs-dev libpng-dev libjpeg-dev libwxgtk2.8-dev
Title: Re: Problems attempting Ubuntu compile.
Post by: wciow on 5 August 2011, 21:36:56
Thanks guys, I've managed to build from git now  :)

Camera is very jerky in-game. Debug reports update and render is running at 40fps but the camera moves at like 3fps. Units and shadows move smoothly just the camera is slow and laggy.