diff options
Diffstat (limited to '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 |
