Author Topic: some help with the needed options to build the package on FreeBSD  (Read 1859 times)

elsar

  • Posts: 2
  • Turrets: +0/-0
Please could you suggest me which of the following options should be enabled to build the "tremulous package" on FreeBSD-7. 2? (i'm a newbie).  With X are selected the default options.  Is mandatory to select the "DEDICATED" option in order to play ? Thank you in advance :
 |                  Options for tremulous 1. 1. 0_5                     | 
     | +----------------------------------------------------------------+ | 
     | |[X] CLIENT            Build client                             
     | |[ ] GAMELIBS          Build game libraries (when not mandatory)
     | |[X] DEDICATED         Build dedicated server                   
     | |[ ] MASTER_SERVER     Build master server                         
     | |[ ] OPENAL            Enable OpenAL (3D sound) support           
     | |[ ] OPENAL_DLOPEN     Enable dynamic loading of OpenAL           
     | |[X] OPTIMIZED_CFLAGS  Enable compilation optimizations           
     | |[ ] SDL_AUDIO         Use SDL for audio                         
     | |[ ] SDL_VIDEO         Use SDL for video                         
     | |[X] SMP               Build SMP (threaded) client               
     | |[ ] VORBIS            Enable Ogg Vorbis codec support     

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: some help with the needed options to build the package on FreeBSD
« Reply #1 on: May 10, 2009, 03:06:54 pm »
You don't need DEDICATED if you just want a client.
OPENAL is set by default in the main tremulous makefile, and I have no idea what the SDL ones relate to, there are no optional SDL bits.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

elsar

  • Posts: 2
  • Turrets: +0/-0
Re: some help with the needed options to build the package on FreeBSD
« Reply #2 on: May 10, 2009, 09:10:42 pm »
I just  installed successfully the package using the defaults from the Makefile, leaving out only the "DEDICATED" option.

Thank you David for your reply.