mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[GH-ISSUE #445] [Linux] Not actual building from sources documentation #84
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GermanAizek on GitHub (Aug 15, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/445
After installing packages using docs. I have in CMake configuring stage:
@GermanAizek commented on GitHub (Aug 15, 2024):
@georgemoralis
Add please packages for Debian/Ubuntu:
these packages are already available in the stable version.
@GermanAizek commented on GitHub (Aug 15, 2024):
I forget add:
glslang-tools@GermanAizek commented on GitHub (Aug 15, 2024):
And forget add:
libcrypto++-dev@setepenre commented on GitHub (Aug 15, 2024):
either clone the repo with
git clone --recursiveor once in the repo directory dogit submodule update --init --recursive@Morikko commented on GitHub (Aug 24, 2024):
I tried to build it on Ubuntu 22.04. I managed to make it with
gcc-13andclang-18, both are not installed by default. It failed with eithergcc-12orclang-15that are the most up-to-date versions available from the official repos.I did not manage to include
-DENABLE_QT_GUI=ONas it failed withUnknown CMake command "qt_standard_project_setup". Apparently, it is only from Qt-6.3 while Ubuntu 22.04 provides Qt-6.2.4.@Kubmichna commented on GitHub (Aug 25, 2024):
i am having the very same issue but on windows 10
@Hermiten commented on GitHub (Oct 1, 2024):
Some work have been made on this, can you test it again ?
@Morikko commented on GitHub (Oct 20, 2024):
Sorry, I upgraded the computer to Ubuntu 24 a few weeks ago so I can not reproduce.