Author Topic: Problems attempting Ubuntu compile.  (Read 2862 times)

wciow

  • Behemoth
  • *******
  • Posts: 968
    • View Profile
Problems attempting Ubuntu compile.
« 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)
Check out my new Goblin faction - https://forum.megaglest.org/index.php?topic=9658.0

Yggdrasil

  • Local Moderator
  • Ornithopter
  • ********
  • Posts: 408
    • View Profile
Re: Problems attempting Ubuntu compile.
« Reply #1 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

John.d.h

  • Moderator
  • Airship
  • ********
  • Posts: 3,757
  • I have to go now. My planet needs me.
    • View Profile
Re: Problems attempting Ubuntu compile.
« Reply #2 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

wciow

  • Behemoth
  • *******
  • Posts: 968
    • View Profile
Re: Problems attempting Ubuntu compile.
« Reply #3 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.
Check out my new Goblin faction - https://forum.megaglest.org/index.php?topic=9658.0