Help with installation MXLinux

Here you may talk about Warzone's Gameplay, Strategy & Tactics
Post Reply
mustdos
New user
Posts: 1
Joined: 18 Jan 2022, 22:20

Help with installation MXLinux

Post by mustdos »

Got this error when I was trying to compile from ~/Desktop/src/warzone2100

Code: Select all

mustdos@MXFX:~/Desktop/src/warzone2100/build
$ sudo cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX:PATH=~/Desktop/Games/Warzone2100 -GNinja ../
-- CMAKE_REQUIRED_DEFINITIONS=-D_ALL_SOURCE=1;-D_GNU_SOURCE=1;-D_POSIX_PTHREAD_SEMANTICS=1;-D_TANDEM_SOURCE=1;-D_DARWIN_C_SOURCE=1;-D_XOPEN_SOURCE=700
-- std::thread support... YES (cached)
-- WZ_BINDIR="bin"
-- WZ_LOCALEDIR="share/locale"
-- Could NOT find Miniupnpc (missing: MINIUPNPC_INCLUDE_DIR MINIUPNPC_LIBRARY) (Required is at least version "9")
-- Using in-tree Miniupnpc
-- Module support is disabled.
-- Version: 8.0.1
-- Build type: RelWithDebInfo
-- CXX_STANDARD: 11
-- Required features: cxx_variadic_templates
CMake Error at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165 (message):
  Could NOT find Sodium: Found unsuitable version "", but required is at
  least "1.0.14" (found sodium_INCLUDE_DIR-NOTFOUND)
Call Stack (most recent call first):
  /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:456 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindSodium.cmake:66 (find_package_handle_standard_args)
  3rdparty/EmbeddedJSONSignature/CMakeLists.txt:5 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/mustdos/Desktop/src/warzone2100/build/CMakeFiles/CMakeOutput.log".
See also "/home/mustdos/Desktop/src/warzone2100/build/CMakeFiles/CMakeError.log".
mustdos@MXFX:~/Desktop/src/warzone2100/build
My destination is ~/Desktop/Games/Warzone2100
User avatar
Berserk Cyborg
Code contributor
Code contributor
Posts: 938
Joined: 26 Sep 2016, 19:56

Re: Help with installation MXLinux

Post by Berserk Cyborg »

Did you init submodules first?

Code: Select all

git submodule update --init --recursive
Post Reply