From 9639329df397db08c03a40b99aa03d92447bef76 Mon Sep 17 00:00:00 2001 From: Karutoh Date: Sun, 6 Oct 2024 01:16:04 -0700 Subject: [PATCH] Updated readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c38f0a9..b2a5fa6 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ Wayland Window System. Wayland support is currently not fully supported yet, use - [CMake](https://cmake.org/) - [vcpkg](https://learn.microsoft.com/en-us/vcpkg/get_started/get-started?pivots=shell-cmd) -### Building -`vcpkg install` +`vcpkg install` - Use this command in the directory where `vcpkg.json` is located to download/install dependencies. +### Building `cmake -A x64 -DCMAKE_BUILD_TYPE=Release /path/to/source` ### Compiling