From f5cfc1eb14360b45286ebbc1de7021e74581569b Mon Sep 17 00:00:00 2001 From: cobalt2727 <60624944+cobalt2727@users.noreply.github.com> Date: Mon, 6 Jun 2022 12:18:23 -0400 Subject: [PATCH] give amuse-gui dependency info for Ubuntu --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1f0dec70..c276718be 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,10 @@ NFS files dumped from Metroid Prime Trilogy on Wii U VC can be used directly wit libudev-dev libpng-dev libncurses5-dev cmake libx11-xcb-dev python3 python-is-python3 \ qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libclang-dev ``` + * Optional Ubuntu 22.04+ packages (currently only needed for amuse-gui, can be ignored) + ``` + libqt6svg6-dev libqt6core5compat6-dev + ``` * Arch Linux packages ``` base-devel cmake ninja llvm vulkan-headers python3 qt6 clang lld alsa-lib libpulse libxrandr @@ -168,4 +172,4 @@ We currently do not have a good fix for this issue, however a workaround is to p and executing from there e.g: `D:\HECLProjects\` Another work around is to install a version of python that matches the one blender ships with and renaming the python directory in the blender directory to `python.bak`. -This will force blender to use the system's python if it's available and will not have the same path limitation \ No newline at end of file +This will force blender to use the system's python if it's available and will not have the same path limitation