Terminus Est: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
Line 11: Line 11:
  And the FMOD sound system from http://www.fmod.org.
  And the FMOD sound system from http://www.fmod.org.


I'll be tracking my progress on the linux port here.
'''Linux port notes'''
 
Typically I'll be using either Fedora or Gentoo here.
 
FEDORA
1) Install SDL and fmod, so easy!!
 
yum install SDL_gfx
yum install SDL_image
yum install fmod

Revision as of 04:10, 20 March 2006

Terminus Est is John's awesome space shooter. See his Soloforge website.

I am hoping to help him build it under linux. Here's John's "getting started" list...

There is some stuff in here on getting set up to build SDL apps with
KDeveloper: http://gpwiki.org/index.php/SDL

You will need SDL, plus the SDL_image and SDL_gfx support libs.  
Available from: http://www.libsdl.org/index.php

And the FMOD sound system from http://www.fmod.org.

Linux port notes

Typically I'll be using either Fedora or Gentoo here.

FEDORA 1) Install SDL and fmod, so easy!!

yum install SDL_gfx
yum install SDL_image
yum install fmod