NetMauMau server version 0.20.0
This is the 20th release of the server for NetMauMau.
Client
A Qt client can be found at https://github.com/velnias75/NetMauMau-Qt-Client
Binary releases
Gentoo
NetMauMau is available on Gentoo via the overlay games-overlay which can be added by layman
The GitHub repository of games-overlay is here: https://github.com/hasufell/games-overlay
Adding the overlay
With paludis: see Paludis repository configuration
With layman:
layman -f -o https://raw.github.com/hasufell/games-overlay/master/repository.xml -a games-overlay
or layman -a games-overlay
Install NetMauMau with emerge games-server/netmaumau
Ubuntu
Binary packages are available for Precise, Trusty, Utopic and Vivid
in my Launchpad PPA at https://launchpad.net/~velnias/+archive/ubuntu/velnias
Add the repository to your system:
sudo add-apt-repository ppa:velnias/velnias
PlayDeb.net offers binaries too.
Debian 7/8
-
insert following line into
/etc/apt/sources.list
(replaceV
with7
or8
respectively)deb http://download.opensuse.org/repositories/home:/velnias/Debian_V.0 /
-
(optionally) add the GPG-key
wget -O- http://sourceforge.net/projects/netmaumau/files/debian-apt.asc | apt-key add -
-
run
apt-get update
Arch Linux
The package is available in the AUR at https://aur.archlinux.org/packages/netmaumau-server/
- run
yaourt -S netmaumau-server netmaumau-client