Skip to content

Compiling in Manjaro ARM64

Hernán Morales Durand edited this page Jan 19, 2023 · 3 revisions

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
Clone this wiki locally