From 4033c8a8d11068284ed7f9894c11047c49457097 Mon Sep 17 00:00:00 2001 From: seedhartha Date: Tue, 9 Mar 2021 21:21:35 +0700 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index b4b30a0..163e2af 100644 --- a/Installation.md +++ b/Installation.md @@ -15,14 +15,15 @@ Dependencies: * [GLEW](http://glew.sourceforge.net/) * [OpenAL](https://github.com/kcat/openal-soft) * [MAD](https://www.underbit.com/products/mad/) -* [FFmpeg](https://ffmpeg.org/download.html#releases) (optional) +* [FFmpeg](https://ffmpeg.org/download.html#releases) +* [wxWidgets](https://www.wxwidgets.org/downloads/) (optional) ### Windows * Install Visual Studio 2019 * Install CMake * Install [vcpkg](https://github.com/microsoft/vcpkg) -* Install dependencies: `./vcpkg install boost-algorithm boost-filesystem boost-format boost-iostreams boost-program-options boost-property-tree glm sdl2 glew openal-soft libmad ffmpeg --triplet x64-windows` +* Install dependencies: `./vcpkg install boost-algorithm boost-filesystem boost-format boost-iostreams boost-program-options boost-property-tree glm sdl2 glew openal-soft libmad ffmpeg wxwidgets --triplet x64-windows` * Create a *build* directory inside the project directory and *cd* into it * Generate project files: `cmake .. -DCMAKE_TOOLCHAIN_FILE=C:\vcpkg\scripts\buildsystems\vcpkg.cmake`