Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Hardy | 2015-06-02 | ||
Totals: 1 Item | 0 |
Linux 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-client with
emerge games-board/netmaumau
- install NetMauMau-server 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/nmm-qt-client/
- run
yaourt -S nmm-qt-client