absolutely not able to build
Hello fellas,
i'm desperately trying to build deng, but cannot succeed. I'm using qmake command that is found on the instructions page
Please, can you specify the layout of the built project, what files i should expect to see and where? I'm not sure what's going on.
I still don't understand the statement in the building guide:
I'm ****ing with it almost 4 hours
Thanks in advance
i'm desperately trying to build deng, but cannot succeed. I'm using qmake command that is found on the instructions page
qmake -r ../doomsday/doomsday.pro CONFIG+=deng_packres
all i got is a bunch of files and folders that i'm not able to run.Please, can you specify the layout of the built project, what files i should expect to see and where? I'm not sure what's going on.
I still don't understand the statement in the building guide:
Why? what do you mean "installing"? Does it mean that i need to do some system-wide installation?It is not possible to run the game without installing.
I'm ****ing with it almost 4 hours
Thanks in advance
Comments
Installing means that the compiled binaries and all the required resource files are copied to their runtime layout. It doesn't have to be system-wide: on Unix at least you can define the location by setting the PREFIX qmake variable.
i'm on ubuntu 10.04 32bit, qt version available for me is 4:4.6.2-0ubuntu5
also, i don't understand what is DENG_BUILD number, i receive message that it's not set
and what exactly is "package zlib"? is it a library or someting other?
Which version of Doomsday are you trying to build? Did you get a source tarball (stable/unstable)?
When you're doing your own builds, you don't need to worry about the build number. In the official builds the number is automatically assigned as described in the wiki.
It is a library for compressing data. You should install it: "apt-get install zlib1g-dev"