A simple tool to grab updates for PS3 games, directly from Sony's servers using their updates API. Available for both Linux and Windows, in both GUI and CLI alternatives.
The Linux GUI build might need some extra dependencies installed to work. According to egui's README:
- Ubuntu:
sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev
- Fedora:
dnf install clang clang-devel clang-tools-extra speech-dispatcher-devel libxkbcommon-devel pkg-config openssl-devel libxcb-devel
- Arch Linux (guesswork from looking at Ubuntu's package, my terminal history doesn't go that far):
sudo pacman -S libxcb libxkbcommon
Use the supplied Dockerfile to run the rusty-psn CLI on Linux or macOS. Build and run as follows:
docker build . -t rusty-psn
docker run --rm -v ${PWD}/pkgs:/rusty-psn/pkgs rusty-psn
- GUI Build:
- CLI Build: