How to build on linux?

Hi,

Originally I used to build this project using the following command line:

qmake-qt4 -r ../doomsday.pro PREFIX=/mnt/games/native_games/doomsday CONFIG+=deng_notools

I have not built it for a while and it appears that the doomsday.pro no longer exists?

I assume that the project has moved away from qmake so I went to the distrib folder and run the following command:

python platform_release.py

This starts configuring as expected but fails with the following problem:
CMake Error at sdk/libgui/CMakeLists.txt:17 (add_subdirectory):
  The source directory

    /mnt/games/native_games/games_source/deng-code/doomsday/external/assimp

  does not contain a CMakeLists.txt file.


CMake Error at sdk/libgui/CMakeLists.txt:18 (set_property):
  set_property could not find TARGET assimp.  Perhaps it has not yet been
  created.

Have I skipped a step? What is the correct procedure for building from source nowadays?

Thanks
Sign In or Register to comment.