mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-07 02:26:29 +02:00
Update README.md
This commit is contained in:
parent
895f36a25d
commit
7009469e96
1 changed files with 3 additions and 4 deletions
|
@ -9,15 +9,14 @@
|
||||||
- Intuitive game annotations
|
- Intuitive game annotations
|
||||||
- Simple database management system
|
- Simple database management system
|
||||||
|
|
||||||
## Installation
|
## Running OChess
|
||||||
Requires *CMake* and *wxWidgets*:
|
Requires *CMake* and *wxWidgets*:
|
||||||
|
|
||||||
> git clone https://gitlab.com/manzerbredes/ochess
|
> git clone --recursive https://gitlab.com/manzerbredes/ochess
|
||||||
> cd ./ochess
|
> cd ./ochess
|
||||||
> git submodule init
|
|
||||||
> git submodule update
|
|
||||||
> mkdir ./build && cd ./build
|
> mkdir ./build && cd ./build
|
||||||
> cmake ../ && make
|
> cmake ../ && make
|
||||||
|
> ./ochess # Launch OChess
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue