georgemoralis
ed9ffbfb64
Remove Qt from emulator ( #3733 )
...
* actions removal
* removed qt dir
# Conflicts:
# src/qt_gui/check_update.cpp
# src/qt_gui/translations/ar_SA.ts
# src/qt_gui/translations/ca_ES.ts
# src/qt_gui/translations/da_DK.ts
# src/qt_gui/translations/de_DE.ts
# src/qt_gui/translations/el_GR.ts
# src/qt_gui/translations/en_US.ts
# src/qt_gui/translations/es_ES.ts
# src/qt_gui/translations/fa_IR.ts
# src/qt_gui/translations/fi_FI.ts
# src/qt_gui/translations/fr_FR.ts
# src/qt_gui/translations/hu_HU.ts
# src/qt_gui/translations/id_ID.ts
# src/qt_gui/translations/it_IT.ts
# src/qt_gui/translations/ja_JP.ts
# src/qt_gui/translations/ko_KR.ts
# src/qt_gui/translations/lt_LT.ts
# src/qt_gui/translations/nb_NO.ts
# src/qt_gui/translations/nl_NL.ts
# src/qt_gui/translations/pl_PL.ts
# src/qt_gui/translations/pt_BR.ts
# src/qt_gui/translations/pt_PT.ts
# src/qt_gui/translations/ro_RO.ts
# src/qt_gui/translations/ru_RU.ts
# src/qt_gui/translations/sl_SI.ts
# src/qt_gui/translations/sq_AL.ts
# src/qt_gui/translations/sr_CS.ts
# src/qt_gui/translations/sv_SE.ts
# src/qt_gui/translations/tr_TR.ts
# src/qt_gui/translations/uk_UA.ts
# src/qt_gui/translations/ur_PK.ts
# src/qt_gui/translations/vi_VN.ts
# src/qt_gui/translations/zh_CN.ts
# src/qt_gui/translations/zh_TW.ts
* removed CMakePresets for qt builds
* clear cmakelists from qt
* sync config file with qtlauncher
* fixing review stuff
* Remove Qt code from memory patcher and add non-Qt fallback for automatic loading of patches
The second feature is disabled if IPC is present, to avoid conflicts with it.
* Add json submodule
* More Qt removal
* Documentation update
* fix build
* fix REUSE?
* removed qrc file
* fix clang
* Simplify Qt installation instructions for macOS
Removed instructions for installing x86_64 Qt on ARM and x86_64 Macs.
* Remove Qt installation instructions from guide
Removed instructions for downloading and configuring Qt.
---------
Co-authored-by: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com >
2025-10-31 10:28:39 +02:00
Daniel Öster
5b5096e9ea
Update note on recursive cloning ( #3136 )
2025-06-21 20:31:12 +03:00
Connor Garey
64bbedeb82
changed package name to openal-soft-devel reflecting the fedora name package change ( #3069 )
2025-06-09 15:25:57 -07:00
Schweeeeeeeeeeeeeeee
ca0f458505
Add missing dependency for Fedora ( #3005 )
...
Propablly missing because of fedora 42?
2025-06-03 09:40:31 +03:00
squidbus
31e1d4f839
misc: Remove dead code. ( #2702 )
2025-03-28 10:32:17 -07:00
marcoppenheimer
10486db091
docs: add qt6-tools to Arch build guide ( #2495 )
2025-02-23 02:09:53 -08:00
jarred wilson
50aa0f5564
Update linux build docs ( #2474 )
...
* fix: update linux build dependencies for libpng
- add libpng to linux build docs
- add libpng to nix build file
* linux docs: reformat code blocks
- add code block bash syntax highlighting
- format long code blocks to multiline
2025-02-19 13:29:31 +02:00
Ivan Kovalev
cb14431ee5
Add nix-shell to allow native build on NixOS ( #2333 )
...
* Add nix-shell to allow native build on NixOS
* Remove unnecessary README for nix. Move major comment to shell.nix
* Update path in building-linux.md
* Use cached nix packages from unstable channel
* Add proper license to nix shell
2025-02-07 19:05:33 +02:00
tomboylover93
e805b97520
Add Vulkan debug options to the Debug tab ( #2254 )
...
Co-authored-by: DanielSvoboda <daniel.svoboda@hotmail.com >
2025-01-30 18:34:31 +01:00
georgemoralis
481f420a89
Update building-linux.md
2025-01-24 10:28:14 +02:00
georgemoralis
0ebe817a28
Update building-linux.md
2025-01-23 23:46:15 +02:00
georgemoralis
cdca420a2e
Update building-linux.md
2025-01-23 23:27:37 +02:00
georgemoralis
81e7e4b216
Update building-linux.md
2025-01-23 00:52:22 +02:00
tomboylover93
c015ac1344
Update Linux building documentation ( #2211 )
...
* wip: redo build instructions guide for Linux
* Add Linux screenshots directory to REUSE.toml
* change links for Visual Studio Code images
* change instructions for building from terminal
reference: https://github.com/shadps4-emu/shadPS4/pull/2211#issuecomment-2608134455
2025-01-22 23:53:27 +02:00
Lander Gallastegi
0be0f18764
Fix fedora packages ( #1174 )
2024-10-01 07:53:36 +03:00
Lander Gallastegi
afe32d1e03
documentation: fix Linux build instructions ( #1107 )
...
* Fix linux build instructions
* Validation layers and arch linux packages
2024-09-30 14:25:49 +03:00
Zack McKevitt
96f7a75f38
Redefined ffmpeg's av_err2str macro to be c++ friendly ( #815 )
...
* Fixed compiler error for av_err2string by redefining in c++ friendly way
* removed link from comment, putting in PR
* fixed formatting
* Minor fix: enable qt gui to find PKG files with lowercase extension .pkg
* Added missing dependencies and instructions for enabling QT for linux builds
2024-09-09 00:30:18 +03:00
TreezZ
d156dda7b6
Update building-linux.md with thread numbers ( #275 )
...
Final-ish (?)
2024-07-10 02:24:42 +03:00
TreezZ
64e283c948
Update building-linux.md with full instructions ( #260 )
...
* Update building-linux.md with full instructions
* Update documents/building-linux.md
Co-authored-by: TheTurtle <47210458+raphaelthegreat@users.noreply.github.com >
* Update documents/building-linux.md
Co-authored-by: TheTurtle <47210458+raphaelthegreat@users.noreply.github.com >
* Update building-linux.md with build-essentials
* Update building-linux.md
---------
Co-authored-by: TheTurtle <47210458+raphaelthegreat@users.noreply.github.com >
2024-07-08 12:25:04 +03:00
Xphalnos
ac0d073050
Improve Building and Readme
2024-06-11 21:29:29 +02:00