Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
cd190aeb
Commit
cd190aeb
authored
Apr 08, 2013
by
Daenyth
Browse files
Merge pull request #5 from skoh-fley/master
Various Markdown fixes in README.md
parents
39624ec0
27b155f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
cd190aeb
...
@@ -14,33 +14,28 @@ Cockatrice is free software, licensed under the GPLv2; see COPYING for details.
...
@@ -14,33 +14,28 @@ Cockatrice is free software, licensed under the GPLv2; see COPYING for details.
Dependencies:
Dependencies:
-
[
Qt
](
http://qt-project.org/
)
-
[
Qt
](
http://qt-project.org/
)
-
[
protobuf
](
http://code.google.com/p/protobuf/
)
-
[
protobuf
](
http://code.google.com/p/protobuf/
)
-
[
CMake
](
http://www.cmake.org/
)
-
[
CMake
](
http://www.cmake.org/
)
The server requires an additional dependency:
The server requires an additional dependency:
-
[
libgcrypt
](
http://www.gnu.org/software/libgcrypt/
)
-
[
libgcrypt
](
http://www.gnu.org/software/libgcrypt/
)
```
To compile:
mkdir build
cd
build
mkdir
build
cmake ..
cd build
make
c
make
..
make
install
make
```
make install
The following flags can be passed to
`cmake`
:
The following flags can be passed to
`cmake`
:
-
`-DWITH_SERVER=1`
build the server
-
`-DWITH_SERVER=1`
build the server
-
`-DWITHOUT_CLIENT=1`
do not build the client
-
`-DWITHOUT_CLIENT=1`
do not build the client
# Running
# Running
`oracle`
fetches card data
`oracle`
fetches card data
`cockatrice`
is the game client
`cockatrice`
is the game client
`servatrice`
is the server
`servatrice`
is the server
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment