I am trying to compile the newly released Doom 3 source code, but got the error:
scons: *** [build/debug/core/sys/scons/doom] Source `/usr/lib/libz.a'
not found, needed by target `build/debug/core/sys/scons/doom'.
scons: building terminated because of errors.
Does anyone know what I should do? (I am on Ubuntu 11.04)
Install
zlib1g-devor your distribution’s equivalentzlibdevelopment package. You may need to fiddle with thesconslibrary paths too, as the file is/usr/lib/x86_64-linux-gnu/libz.aon my system.