From 9ee5fae4767fe258a4377a844e0dcddab4030d17 Mon Sep 17 00:00:00 2001 From: N00byKing Date: Sun, 24 Apr 2022 15:14:42 +0200 Subject: [PATCH] sm64ex: Update dependency in documentation --- WebHostLib/static/assets/tutorial/Super Mario 64/setup_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebHostLib/static/assets/tutorial/Super Mario 64/setup_en.md b/WebHostLib/static/assets/tutorial/Super Mario 64/setup_en.md index c000e94352..5cc9113430 100644 --- a/WebHostLib/static/assets/tutorial/Super Mario 64/setup_en.md +++ b/WebHostLib/static/assets/tutorial/Super Mario 64/setup_en.md @@ -36,7 +36,7 @@ If it still crashes, recheck if you typed the launch options correctly (Describe # Manual Compilation (Linux/Windows) Dependencies for Linux: `sdl2 glew cmake python make`. -Dependencies for Windows: `mingw-w64-x86_64-gcc mingw-w64-x86_64-glew mingw-w64-x86_64-SDL2 git make python3 cmake` +Dependencies for Windows: `mingw-w64-x86_64-gcc mingw-w64-x86_64-glew mingw-w64-x86_64-SDL2 git make python3 mingw-w64-x86_64-cmake` SM64EX will link `jsoncpp` dynamic if installed. If not, it will compile and link statically. 1. Clone `https://github.com/N00byKing/sm64ex` recursively