views:

93

answers:

1

Hi,

I'm porting Quake3 on linux using quake3 open source.

I used ioquake3, but It uses SDL library. Do you know how to compile the quake3 without SDL and OpenAL with ioquake3? Or anyone have the quake source which is not included the linbrary?

And I don't want to compile using perl scrip, neither.

I want to compile with only makefile.

Thank you!

A: 

You're porting Quake 3 to Linux?

ioquake3 already runs on Linux quite well...

There are older versions without SDL/openal from the ioquake3 svn repository. Or you could start from scratch on the id software ftp (ftp.idsoftware.com) and get the original source code.

I'd really recommend sticking with ioquake3 as it currently is with all the bugfixes and all the security holes that have been patched...

TimeDoctor