|
|
|
@ -79,7 +79,7 @@ Certain other dependencies will be fetched by CPM regardless. System packages *c |
|
|
|
|
|
|
|
On amd64: |
|
|
|
|
|
|
|
* [xbyak](https://github.com/herumi/xbyak) - 7.22 or earlier is recommended |
|
|
|
* [xbyak](https://github.com/herumi/xbyak) - 7.35.2+ |
|
|
|
|
|
|
|
On aarch64 OR if `DYNARMIC_TESTS` is on: |
|
|
|
|
|
|
|
@ -161,11 +161,12 @@ sudo pacman -Syu --needed base-devel boost catch2 cmake enet ffmpeg fmt git glsl |
|
|
|
<summary>Ubuntu, Debian, Mint Linux</summary> |
|
|
|
|
|
|
|
```sh |
|
|
|
sudo apt-get install autoconf cmake g++ gcc git glslang-tools libglu1-mesa-dev libhidapi-dev libpulse-dev libtool libudev-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-xinerama0 libxcb-xkb1 libxext-dev libxkbcommon-x11-0 mesa-common-dev nasm ninja-build qt6-base-private-dev catch2 libfmt-dev liblz4-dev nlohmann-json3-dev libzstd-dev libssl-dev libavfilter-dev libavcodec-dev libswscale-dev pkg-config zlib1g-dev libva-dev libvdpau-dev qt6-tools-dev qt6-charts-dev libvulkan-dev spirv-tools spirv-headers libusb-1.0-0-dev libxbyak-dev libboost-dev libboost-fiber-dev libboost-context-dev libsdl2-dev libopus-dev libasound2t64 vulkan-utility-libraries-dev |
|
|
|
sudo apt-get install autoconf cmake g++ gcc git glslang-tools libglu1-mesa-dev libhidapi-dev libpulse-dev libtool libudev-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-xinerama0 libxcb-xkb1 libxext-dev libxkbcommon-x11-0 mesa-common-dev nasm ninja-build qt6-base-private-dev catch2 libfmt-dev liblz4-dev nlohmann-json3-dev libzstd-dev libssl-dev libavfilter-dev libavcodec-dev libswscale-dev pkg-config zlib1g-dev libva-dev libvdpau-dev qt6-tools-dev qt6-charts-dev libvulkan-dev spirv-tools spirv-headers libusb-1.0-0-dev libboost-dev libboost-fiber-dev libboost-context-dev libsdl2-dev libopus-dev libasound2t64 vulkan-utility-libraries-dev |
|
|
|
``` |
|
|
|
|
|
|
|
* Ubuntu 22.04, Linux Mint 20, or Debian 12 or later is required. |
|
|
|
* To enable QT Web Engine, add `-DYUZU_USE_QT_WEB_ENGINE=ON` when running CMake. |
|
|
|
* `libxbyak-dev` is optional for x86_64 targets |
|
|
|
|
|
|
|
</details> |
|
|
|
|
|
|
|
|