Updated Building From Source (markdown)

OpenSauce 2024-08-14 10:27:54 +01:00
parent a4a068f869
commit aa3b4dc240

@ -37,7 +37,7 @@ First, ensure that [MSYS2](https://www.msys2.org/) is installed.
Then, follow these instructions:
- Open the "MSYS2 Clang64" (clang64.exe) shell
- Open the "MSYS2 Clang64" (clang64.exe) shell inside the Lime3DS directory
- Download and install all dependencies using: `pacman -S mingw-w64-clang-x86_64-{gcc,qt6,cmake} make git`
- Make a build directory: `mkdir build && cd build`
- Make CMake files: `cmake -DCMAKE_BUILD_TYPE=Release ..`