diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-13 08:35:03 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-13 08:35:03 +0100 |
| commit | 7009469e96505ab7c2445e7dea43d6c6d2fcbd08 (patch) | |
| tree | 23835204d58038bb0c0e91b2cbce99a4d8da3b75 | |
| parent | 895f36a25d2e350a5994d883f00235efabf86574 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -9,15 +9,14 @@ - Intuitive game annotations - Simple database management system -## Installation +## Running OChess Requires *CMake* and *wxWidgets*: - > git clone https://gitlab.com/manzerbredes/ochess + > git clone --recursive https://gitlab.com/manzerbredes/ochess > cd ./ochess - > git submodule init - > git submodule update > mkdir ./build && cd ./build > cmake ../ && make + > ./ochess # Launch OChess ## Notes |
