Can someone compile me a mod in Linux plz?


(Miguel Nunes) #1

Hi, i have tried to compile my mod in Linux RedHat 9 but i could not do it… I don’t know why.
Is there someone that could compile it for me in Linux?

Thank you very much…


(fretn) #2

have you installed scons ?


(Miguel Nunes) #3

yes sir, it made me some .so files that i had to rename but then when we tested in a server it didn’t worked…


(jaybird) #4

There’s no renaming those .so files. Those are your binaries :slight_smile: They’re the linux equivalent of Windows .dll’s.


(jaybird) #5

There is an included readme with the source code that has instructions on this, and the sticked thread about compiling under GNU/Linux has some very helpful information.


(Alan) #6

You have to give more details if you want someone helps you.

Perhaps you don’t have an OpenGL Driver installed. Use glxinfo to test it.

[alan@localhost alan]$ glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.3
server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
    GLX_ARB_multisample, GLX_NV_float_buffer
[...]