Problem compiling in Linux Mint, using cmake

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
Post Reply
rogerdv
New user
Posts: 4
Joined: 08 Aug 2011, 14:59

Problem compiling in Linux Mint, using cmake

Post by rogerdv »

I get this error:

Code: Select all

CMake Error at 3rdparty/CMakeLists.txt:9 (add_subdirectory):
  The source directory

    /home/roger/games/warzone2100/3rdparty/utf8proc

  does not contain a CMakeLists.txt file.


CMake Error at 3rdparty/CMakeLists.txt:10 (set_property):
  set_property could not find TARGET utf8proc.  Perhaps it has not yet been
  created.
Im compiling the github repo, updated yesterday morning.
stingerking
New user
Posts: 3
Joined: 16 Jan 2018, 13:19

Re: Problem compiling in Linux Mint, using cmake

Post by stingerking »

Why use Cmake? Did you take a look at this? http://developer.wz2100.net/wiki/CompileGuideLinux
pastdue
Warzone 2100 Team Member
Warzone 2100 Team Member
Posts: 339
Joined: 13 Aug 2017, 17:44

Re: Problem compiling in Linux Mint, using cmake

Post by pastdue »

Please see here: https://github.com/Warzone2100/warzone2 ... the-source

Initializing submodules is required if cloning the Git repo.
Post Reply