Update 'README.md'
This commit is contained in:
20
README.md
20
README.md
@@ -1,3 +1,23 @@
|
|||||||
# minesweeper
|
# minesweeper
|
||||||
|
|
||||||
Minesweeper game in C++ and GTK4
|
Minesweeper game in C++ and GTK4
|
||||||
|
|
||||||
|
## Instructions to build
|
||||||
|
|
||||||
|
Install dependencies
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo apt install libgtkmm-4.0-dev libsigc++-3.0-dev
|
||||||
|
```
|
||||||
|
|
||||||
|
Go to the project folder
|
||||||
|
```
|
||||||
|
cd minesweeper
|
||||||
|
```
|
||||||
|
|
||||||
|
Setup meson and compile the project
|
||||||
|
|
||||||
|
```
|
||||||
|
meson setup build
|
||||||
|
meson compile -C build
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user