Skip to content

Commit

Permalink
Udpdate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nanda-gopal-sb committed Dec 4, 2024
1 parent c05f70b commit 4a9661f
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,31 @@
Memory Match is a fun and engaging game where players must match pairs of cards. This project is a C++ implementation of the classic game.

## Installation
To install the game, follow these steps:
To compile the game, follow these steps(On linux):

1. Clone the repository:
1. Install the dependencies
```sudo apt update
sudo apt install \
libxrandr-dev \
libxcursor-dev \
libudev-dev \
libfreetype-dev \
libopenal-dev \
libflac-dev \
libvorbis-dev \
libgl1-mesa-dev \
libegl1-mesa-dev
```

2. Clone the repository:
```sh
git clone https://github.com/nanda-gopal-sb/memory-match.git
```
2. Navigate to the project directory:
3. Navigate to the project directory:
```sh
cd memory-match
```
3. Compile the project using CMake:
4. Compile the project using CMake:
```sh
cmake -B build
cmake --build build
Expand Down

0 comments on commit 4a9661f

Please sign in to comment.