stwe / MDCII

An unofficial project making from scratch to create an editable Anno 1602 world.
GNU General Public License v2.0
7 stars 2 forks source link

Conan execute error on Manjaro Linux #13

Closed SandroWissmann closed 1 year ago

SandroWissmann commented 1 year ago

I tried to build the project on latest Manjaro.

But when I execute conan install conanfile.txt -s build_type=Debug --build missing

It gives this error:

xorg/system: ERROR: while executing system_requirements(): System requirements: 'libxvmc, xtrans' are missing but can't install because tools.system.package_manager:mode is 'check'.Please update packages manually or set 'tools.system.package_manager:mode' to 'install' in the [conf] section of the profile, or in the command line using '-c tools.system.package_manager:mode=install'
ERROR: Error in system requirements
SandroWissmann commented 1 year ago

Ok I could fix it by just do what the error says I manually installed libxvmc and xtrans.