Skip to content

Commit

Permalink
Merge pull request #25 from johanlindfors/johanlindfors-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
johanlindfors committed Nov 28, 2023
2 parents 2b9655b + 1457831 commit df8d685
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@

To try this small game engine follow these steps:
```
git clone https://github.com/coderox/GameEngineSandbox.git
git clone https://github.com/johanlindfors/GameEngineSandbox.git
```

Make sure to fetch the thirdparty submodules:
```
git submodule update --init
```

These two commands can be combined as follows:
```
git clone --recurse-submodules https://github.com/johanlindfors/GameEngineSandbox.git
```


## Building a Win32 version
If you want to build Win32 version, make sure to bootstrap vcpkg and fetch Win32 specific dependencies

Expand Down Expand Up @@ -51,14 +57,9 @@ Make sure to install the following:
sudo apt install libpng-dev pkg-config libglfw3-dev libssl-dev libjpeg-dev
```

Then in the root directory of this repository create a an output directory called build:
```
mkdir build
cd build
```

Generate all the files needed to build the application, build and run:
```
cd build
cmake ..
cmake --build .
./games/sokoban/sokoban
Expand Down Expand Up @@ -100,4 +101,4 @@ Here are some screenshots of the current state of the applications/games:

<img src="https://raw.githubusercontent.com/johanlindfors/GameEngineSandbox/main/docs/sample_screenshot2.png" height="200"/>

Game on!
Game on!

0 comments on commit df8d685

Please sign in to comment.