-
Notifications
You must be signed in to change notification settings - Fork 71
Compiling in Ubuntu
Hernán Morales Durand edited this page Jan 19, 2023
·
4 revisions
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
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