From fd0e920246085cd12c777aa7a42d9b00bd06ee63 Mon Sep 17 00:00:00 2001 From: z0z0z Date: Sun, 26 Jan 2020 21:45:50 +0000 Subject: [PATCH] libboost-all-dev is needed for compilation on Ubuntu systems. It's not included in the default Ubuntu install or build-essential. --- Building-for-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 9f1643e..c2d5e83 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -13,9 +13,9 @@ You'll need to download and install the following to build yuzu: - Debian: `apt-get install qtbase5-dev libqt5opengl5-dev` - Fedora: `dnf install qt5-qtbase qt5-qtbase-devel` - Gentoo: `emerge dev-qt/qtcore dev-qt/qtopengl` -- GCC v7+ (for C++17 support) +- GCC v7+ (for C++17 support) & misc - Arch: `pacman -S base-devel` - - Debian: `apt-get install build-essential` + - Debian: `apt-get install build-essential libboost-all-dev` - Fedora: `dnf install gcc` - Gentoo: `emerge =sys-devel/gcc-7.1.0` - [CMake](http://www.cmake.org/) 3.6+