From 117c0bd5c8ca210b39049b1510245d2ac760096f Mon Sep 17 00:00:00 2001 From: thesystemcoder168 <204222473+thesystemcoder168@users.noreply.github.com> Date: Thu, 10 Apr 2025 16:02:56 -0400 Subject: [PATCH] Minor Windows Compile / Packaging / Run issues when compiling from scratch (#604) --- docs/building.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/building.md b/docs/building.md index b7f5d402..f8e8a01d 100644 --- a/docs/building.md +++ b/docs/building.md @@ -98,6 +98,7 @@ dependencies=( "mingw-w64-ucrt-x86_64-openssl" "mingw-w64-ucrt-x86_64-opus" "mingw-w64-ucrt-x86_64-toolchain" + "mingw-w64-ucrt-x86_64-nlohmann_json" ) pacman -S "${dependencies[@]}" ``` @@ -106,8 +107,8 @@ pacman -S "${dependencies[@]}" Ensure [git](https://git-scm.com) is installed on your system, then clone the repository using the following command: ```bash -git clone https://github.com/lizardbyte/sunshine.git --recurse-submodules -cd sunshine +git clone https://github.com/ClassicOldSong/Apollo.git --recurse-submodules +cd Apollo mkdir build ```