Tremulous Forum

General => Troubleshooting => Topic started by: elsar on May 10, 2009, 01:43:05 pm

Title: some help with the needed options to build the package on FreeBSD
Post by: elsar on May 10, 2009, 01:43:05 pm
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     
Title: Re: some help with the needed options to build the package on FreeBSD
Post by: David 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.
Title: Re: some help with the needed options to build the package on FreeBSD
Post by: elsar 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.