Skip to content

Commit

Permalink
people will read this, right? [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MegAmi24 committed Sep 16, 2023
1 parent f9ef3c6 commit 655f521
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Even if your platform isn't supported by the official releases, you **must** buy

# How to Build

This project uses [CMake](https://cmake.org/), a versatile building system that supports many different compilers and platforms. You can download CMake [here](https://cmake.org/download/).

## Get the source code

Clone the repo **recursively**, using:
Expand All @@ -55,7 +57,7 @@ If you've already cloned the repo, run this command inside of the repository:
## Follow the build steps

### Windows
[Install vcpkg](https://github.com/microsoft/vcpkg#quick-start-windows), then run the following:
[Install vcpkg](https://github.com/microsoft/vcpkg#quick-start-windows), then run the following in Command Prompt:
- `[vcpkg root]\vcpkg.exe install glew sdl2 libogg libtheora libvorbis --triplet=x64-windows-static` (the triplet can be whatever preferred)

Finally, follow the [compilation steps below](#compiling) using `-DCMAKE_TOOLCHAIN_FILE=[vcpkg root]/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=[chosen triplet] -DCMAKE_PREFIX_PATH=[vcpkg root]/installed/[chosen triplet]/` as arguments for `cmake -Bbuild`.
Expand Down

0 comments on commit 655f521

Please sign in to comment.