Updated Home (markdown)

Gavin Bisesi
2014-07-13 06:27:55 -07:00
parent 3a141410f6
commit b11f020efa

31
Home.md

@@ -1,30 +1,5 @@
# Installing Cockatrice
#Welcome to the Cockatrice wiki
## On Windows
TODO - See [the user manual pdf](https://github.com/Daenyth/Cockatrice/blob/master/doc/usermanual/Usermanual.pdf)
[Installing Cockatrice](https://github.com/Daenyth/Cockatrice/wiki/Installing-Cockatrice)
## On OS X
You can compile cockatrice manually following the instructions in the [README](https://github.com/Daenyth/Cockatrice/blob/master/README.md) after installing the dependencies.
#### Compiling with Homebrew
Install compile dependencies, run `brew install qt cmake protobuf`.
If you are compiling servatrice, also install `libgcrypt`.
#### Compiling with Macports
Macports has an unofficially-submitted cockatrice portfile in the native tree, and you can simply `sudo port install cockatrice`. Any issues should be directed to the macports maintainer before being raised here.
Note: For troubleshooting failed port installs due to Qt4 on OSX 10.6, check [#132](https://github.com/Daenyth/Cockatrice/issues/132)
For manual compiling, install dependencies `sudo port install qt4-mac protobuf-cpp cmake`.
For servatrice, you also need to install `libgcrypt`.
## On Linux
### Ubuntu
You can compile cockatrice manually following the instructions in the [README](https://github.com/Daenyth/Cockatrice/blob/master/README.md) after installing the dependencies.
Install dependencies with `sudo apt-get install qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev`
### Arch Linux
Cockatrice is available in the AUR as [cockatrice-git](https://aur.archlinux.org/packages/cockatrice-git/)
[Troubleshooting](https://github.com/Daenyth/Cockatrice/wiki/Troubleshooting)