Skip to content

Compiling in Ubuntu

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

Ubuntu 22.04.1 LTS (jammy)

Building the VM requires to install the following dependencies:

apt-get update
apt-get install aptitude
aptitude install \
	build-essential \
	cmake \
	git \
	python3-minimal \
	pkg-config \
	libgit2-dev \
	libssh-dev \
	libsdl2-dev \
	libfreetype-dev \
	libffi-dev

Ubuntu 20.04 (Mint 20)

Building the VM requires to install the following dependencies:

apt-get update
apt-get install aptitude
aptitude install \
	build-essential \
	cmake \
	git \
	gcc \
	g++ \
	binutils \
	git \
	wget \
	unzip \
	uuid-dev \
	libssl-dev
Clone this wiki locally