-
Notifications
You must be signed in to change notification settings - Fork 71
Compiling in Manjaro ARM64
Hernán Morales Durand edited this page Jan 19, 2023
·
3 revisions
Building the VM requires to install the following dependencies:
sudo pacman -Suy \
gcc \
clang \
git \
base-devel \
cmake \
openssl-1.0 \
libutil-linux \
util-linux-libs \
libffi \
libgit2 \
sdl2 \
wget \
unzip
If you experiment font rendering problems, try installing the SDL2 with TTF support:
pacman -Suy sdl2_ttf