From 7009469e96505ab7c2445e7dea43d6c6d2fcbd08 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 13 Jan 2023 08:35:03 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3970065..0024526 100644 --- a/README.md +++ b/README.md @@ -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