Page 1 of 1

Problem compiling in Linux Mint, using cmake

Posted: 14 Dec 2019, 16:56
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.

Re: Problem compiling in Linux Mint, using cmake

Posted: 16 Dec 2019, 00:14
by stingerking
Why use Cmake? Did you take a look at this? http://developer.wz2100.net/wiki/CompileGuideLinux

Re: Problem compiling in Linux Mint, using cmake

Posted: 27 Dec 2019, 21:12
by pastdue
Please see here: https://github.com/Warzone2100/warzone2 ... the-source

Initializing submodules is required if cloning the Git repo.