Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

velnias75/NetMauMau-Qt-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qt client for NetMauMau

Notice

Since the client apparently seems to be a total and complete failure (and I admit my strength surely is far away from UI design/usability), I'm considering to give up at least the client and offer to hand over the code to somebody who wants to create a usable client for the NetMauMau server.

It was originally developed as proof of concept, but since nobody was willing to write a client for the NetMauMau server, I tried to at least release this crap. Sorry 😢

--

A Qt client for the NetMauMau server.

Requirements

It requires Qt in at least version 4.4 or Qt5.

  • QGitHubReleaseAPI for parsing the retrieving release information from the GitHub API
  • libnotify-qt for desktop-notifications on new releases (optionally)
  • eSpeak for the speech support (optionally)

Building

It depends on the NetMauMau sources, which can be found at https://github.com/velnias75/NetMauMau

  • to build and install with previously installed NetMauMau, invoke qmake CONFIG+=release && make && sudo make install
  • to build and install with previously installed NetMauMau and eSpeak, invoke qmake CONFIG+=release CONFIG+=espeak && make && sudo make install

Help translating

Übersetzungsstatus

Binary releases

Download NetMauMau 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-board/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 (replace V with 7 or 8 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

openSUSE

Windows

Download NetMauMau