Source code
Current version (tar files):
Here is a short document about building and installing.
Cutting edge: the Source repository is on framagit. You will also need the one for libupnpp and libnpupnp.
Windows
See the Windows page.
|
Note
|
If upplay mostly works but its state does not update (e.g. no time progress), you probably need to allow incoming connections through the Windows Firewall (UPnP state update events need HTTP connections from the player to the control point) |
Apple MacOS
See here.
Linux Packages
AppImage executable
We now provide a Upplay executable in AppImage format. This standalone executable which should need no external resources is probably now the best way to run upplay on Linux.
The current version is 1.9.10. To test it, download the
.AppImage file, make it executable:
chmod +x Upplay-x86_64.AppImage), and run it (./Upplay-x86_64.AppImage).
This is a directly executable file which should run on most Linux systems equivalent or newer than Debian Bullseye.
OpenSUSE
OpenSUSE tumbleweed
Upplay packages for OpenSUSE Tumbleweed are usually very recent. Just in case, an upplay RPM which uses the libupnpp17 package from the standard repos: here.
OpenSUSE Leap
Upplay packages for OpenSUSE Leap 15.6: here. The libraries are more recent than the system’s libnpupnp9 and libupnpp12, and conflict with them, you need to remove the old ones before installing the new.
Ubuntu and Mint
Install from the PPA:
sudo add-apt-repository ppa:jean-francois-dockes/upnpp1
sudo apt-get update
sudo apt-get install upplay
Debian
The upplay packages for the i386, amd64 and armhf (Raspberry Pi) architectures are hosted in the upmpdcli repository.
See here for how to add the repository to your system.
Then use the following to install upplay:
sudo apt-get update
sudo apt-get install upplay
External resources
A number of kind people are producing packages for other systems: - Arch Linux. - Gentoo.
Upplay downloads