Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
velnias75 committed Nov 22, 2014
1 parent 2ceaa6f commit 0a387a0
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit 0a387a0

Please sign in to comment.