Skip to content
Discussion options

You must be logged in to vote

On Debian 12 (x64, as ARM64 is not supported yet):

apt install -y nasm autoconf automake libtool pkg-config libltdl-dev libx11-dev 
      libxft-dev libxext-dev libwayland-dev libxkbcommon-dev libegl1-mesa-dev 
      libibus-1.0-dev ninja-build git curl cmake clang zip python3-jinja2

Install vcpkg via git clone https://github.com/microsoft/vcpkg.git and then cd vcpkg and ./bootstrap-vcpkg.sh.
You need to add VCPKG to the environment via export VCPKG_ROOT=$PWD and export PATH=$PATH:$VCPKG_ROOT.

Then you can run cmake using the --preset default option:

mkdir build
cd build
cmake .. --preset default
# this will also generate a default folder, where all the cmake files go into, thus the next…

Replies: 5 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@muhammadyusuf-kurbonov
Comment options

@karstenBriksoft
Comment options

Answer selected by muhammadyusuf-kurbonov
@karstenBriksoft
Comment options

@sebastianPsm
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@xpocho
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Fighter19
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants