mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
server
This commit is contained in:
parent
864fb5fd36
commit
72b60026f7
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -19,6 +19,10 @@ Dependencies:
|
|||
|
||||
- [CMake](http://www.cmake.org/)
|
||||
|
||||
The server requires an additional dependency:
|
||||
|
||||
- [libgcrypt](http://www.gnu.org/software/libgcrypt/)
|
||||
|
||||
```
|
||||
mkdir build
|
||||
cd build
|
||||
|
|
@ -26,3 +30,9 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue