From 0a387a0fdc54202d5ea63709586f623becfed3c8 Mon Sep 17 00:00:00 2001 From: velnias75 Date: Sat, 22 Nov 2014 12:46:40 +0100 Subject: [PATCH] updated README.md --- README.md | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ed5ab47..265b57c 100644 --- a/README.md +++ b/README.md @@ -6,22 +6,40 @@ Server for the popular card game Mau Mau. Setting up the build environment -------------------------------- -After checkout run autoreconf -ifv to set up the build environment. +After checkout run `autoreconf -ifv` to set up the build environment. -./configure && make +`./configure && make` builds the projects and -make install +`make install` installs it. Client ------ -A proof of concept Qt client can be found at https://github.com/velnias75/NetMauMau-Qt-Client +A proof of concept Qt client can be found at [https://github.com/velnias75/NetMauMau-Qt-Client](https://github.com/velnias75/NetMauMau-Qt-Client) -Binary snapshots ----------------- -http://rangun.de/netmaumau.html +Binary releases +=============== + +Ubuntu +------ +Binary packages are available for Precise, Trusty, Utopic and Vivid +in my Launchpad PPA at [https://launchpad.net/~velnias/+archive/ubuntu/velnias](https://launchpad.net/~velnias/+archive/ubuntu/velnias) + +Add the repository to your system: + +`sudo add-apt-repository ppa:velnias/velnias` + +Debian 7 +-------- +[http://download.opensuse.org/repositories/home:/velnias/Debian_7.0](http://download.opensuse.org/repositories/home:/velnias/Debian_7.0) + + +Windows +------- +[https://sourceforge.net/projects/netmaumau/](https://sourceforge.net/projects/netmaumau/) +