diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-26 19:38:46 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-26 19:38:46 +0200 |
| commit | 5d73a09b5dd707f44253f2080f67805c5b631309 (patch) | |
| tree | 992613c2f2aea786545a9b647b1e4ebc262fb30a /README.md | |
| parent | 7e8d89f357aaf8d8a6148ef051752dd53eb0285f (diff) | |
actualy improving readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 24 |
1 files changed, 20 insertions, 4 deletions
@@ -1,5 +1,21 @@ -Running loccaly: -i dont know just have it work + + - - +# Running + +## Requirement + +- Cmake (3.24+) +- C/C++ compiler that supports c 23 and c++ 23 standard (GCC 14+, Clang 18+) +- ASan (sudo dnf install libasan) +- UBSan (sudo dnf install libubsan) + +## Building + +```bash +cmake -B build -S . # Run only one time + +cmake --build ./build # Build + +./build/chess # Run the app +``` |
