Compiling in Manjaro ARM64 - pharo-project/pharo-vm GitHub Wiki
Installing dependencies
Manjaro ARM Linux 23.01
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
Troubleshooting
If you experiment font rendering problems, try installing the SDL2 with TTF support:
pacman -Suy sdl2_ttf