UmVirt LFS Package info

DB commit: be1eaeb9e1d7ba0146566f8c9226f3f3cf6c6aa8
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
[ BASH | XML | JSON ]

duckstation

Fast PlayStation 1 emulator for x86-64/AArch32/AArch64/RV64

Package info

Codename: duckstation
Source file: duckstation-0.1-6461.tar.gz
Source directory: duckstation-0.1-6461
Package URL: duckstation-0.1-6461.tar.gz
Package md5-checksum URL: duckstation-0.1-6461.tar.gz.md5sum
Dependances: llvm, wayland-protocols, mesa, SDL2, qt5, Vulkan-Loader.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir -v build &&
cd       build 

cmake -G Ninja \
      -DCMAKE_INSTALL_PREFIX=/opt/duckstation \
      -DCMAKE_BUILD_TYPE=Release \
      ..

Build script:
cd build
ninja

Install script:
cd build

mkdir /opt/duckstation
cp -rv bin/* /opt/duckstation