Closed GermanAizek closed 4 weeks ago
@georgemoralis Add please packages for Debian/Ubuntu:
sudo apt install glslang-tools glslang-dev libcrypto++-dev libvulkan-memory-allocator-dev libfmt-dev libtoml11-dev libmagicenum-dev libxbyak-dev libxxhash-dev libzydis-dev
these packages are already available in the stable version.
I forget add: glslang-tools
And forget add: libcrypto++-dev
either clone the repo with git clone --recursive
or once in the repo directory do git submodule update --init --recursive
I tried to build it on Ubuntu 22.04. I managed to make it with gcc-13
and clang-18
, both are not installed by default. It failed with either gcc-12
or clang-15
that are the most up-to-date versions available from the official repos.
I did not manage to include -DENABLE_QT_GUI=ON
as it failed with Unknown CMake command "qt_standard_project_setup"
. Apparently, it is only from Qt-6.3 while Ubuntu 22.04 provides Qt-6.2.4.
i am having the very same issue but on windows 10
Some work have been made on this, can you test it again ?
Some work have been made on this, can you test it again ?
Sorry, I upgraded the computer to Ubuntu 24 a few weeks ago so I can not reproduce.
After installing packages using docs. I have in CMake configuring stage: