mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-09 11:46:22 -08:00
Merge pull request #5 from skoh-fley/master
Various Markdown fixes in README.md
This commit is contained in:
23
README.md
23
README.md
@@ -14,33 +14,28 @@ Cockatrice is free software, licensed under the GPLv2; see COPYING for details.
|
||||
Dependencies:
|
||||
|
||||
- [Qt](http://qt-project.org/)
|
||||
|
||||
- [protobuf](http://code.google.com/p/protobuf/)
|
||||
|
||||
- [CMake](http://www.cmake.org/)
|
||||
|
||||
The server requires an additional dependency:
|
||||
|
||||
- [libgcrypt](http://www.gnu.org/software/libgcrypt/)
|
||||
|
||||
```
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
make install
|
||||
```
|
||||
To compile:
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
make install
|
||||
|
||||
The following flags can be passed to `cmake`:
|
||||
|
||||
- `-DWITH_SERVER=1` build the server
|
||||
|
||||
- `-DWITHOUT_CLIENT=1` do not build the client
|
||||
|
||||
# Running
|
||||
|
||||
`oracle` fetches card data
|
||||
|
||||
`cockatrice` is the game client
|
||||
|
||||
`oracle` fetches card data
|
||||
`cockatrice` is the game client
|
||||
`servatrice` is the server
|
||||
|
||||
Reference in New Issue
Block a user