libboost-all-dev is needed for compilation on Ubuntu systems. It's not included in the default Ubuntu install or build-essential.

This commit is contained in:
z0z0z 2020-01-26 21:45:50 +00:00
parent 409688e151
commit fd0e920246

View File

@ -13,9 +13,9 @@ You'll need to download and install the following to build yuzu:
- Debian: `apt-get install qtbase5-dev libqt5opengl5-dev` - Debian: `apt-get install qtbase5-dev libqt5opengl5-dev`
- Fedora: `dnf install qt5-qtbase qt5-qtbase-devel` - Fedora: `dnf install qt5-qtbase qt5-qtbase-devel`
- Gentoo: `emerge dev-qt/qtcore dev-qt/qtopengl` - 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` - Arch: `pacman -S base-devel`
- Debian: `apt-get install build-essential` - Debian: `apt-get install build-essential libboost-all-dev`
- Fedora: `dnf install gcc` - Fedora: `dnf install gcc`
- Gentoo: `emerge =sys-devel/gcc-7.1.0` - Gentoo: `emerge =sys-devel/gcc-7.1.0`
- [CMake](http://www.cmake.org/) 3.6+ - [CMake](http://www.cmake.org/) 3.6+