From 1e6295c91e8dcaa3daea70c9bd6eec7eaa73612d Mon Sep 17 00:00:00 2001 From: Luke Date: Sat, 31 Jul 2021 10:01:04 -0700 Subject: [PATCH] Updated Building for Linux (markdown) --- Building-for-Linux.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 4d98d4f..e9538f5 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -50,7 +50,6 @@ Dependencies are listed here as commands that can be copied/pasted. Of course, t ``` cmake .. -GNinja -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 ``` - - Users need to manually specify building with QT Web Engine enabled. This is done using the parameter `-DYUZU_USE_QT_WEB_ENGINE=ON` when running CMake. - Fedora: - `sudo dnf install alsa-lib-devel autoconf cmake gcc gcc-c++ git glslang hidapi-devel libXext-devel libtool libusbx-devel nasm pulseaudio-libs-devel python3 python3-pip qt5-linguist qt5-qtbase-devel qt5-qtbase-private-devel qt5-qtwebengine-devel`