mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-30 06:59:24 -04:00
Updated Building From Source (markdown)
parent
a4a068f869
commit
aa3b4dc240
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ..`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue