mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 19:13:55 -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/)
|
- [CMake](http://www.cmake.org/)
|
||||||
|
|
||||||
|
The server requires an additional dependency:
|
||||||
|
|
||||||
|
- [libgcrypt](http://www.gnu.org/software/libgcrypt/)
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
|
@ -26,3 +30,9 @@ cmake ..
|
||||||
make
|
make
|
||||||
make install
|
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