Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
efeb4422e0
commit
71caf97337
2 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,7 @@ If you are on Windows and prefer to use Clang:
|
||||||
cmake -S . -B build -G "GENERATOR" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl
|
cmake -S . -B build -G "GENERATOR" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl
|
||||||
```
|
```
|
||||||
|
|
||||||
<details>
|
</details>
|
||||||
|
|
||||||
### CLion
|
### CLion
|
||||||
|
|
||||||
|
|
|
@ -125,6 +125,7 @@ sudo dnf install autoconf ccache cmake fmt-devel gcc{,-c++} glslang hidapi-devel
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>macOS</summary>
|
<summary>macOS</summary>
|
||||||
|
|
||||||
Install dependencies from **[Homebrew](https://brew.sh/)**
|
Install dependencies from **[Homebrew](https://brew.sh/)**
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -198,6 +199,7 @@ Then install the libraies: `sudo pkg install qt6 boost glslang libzip library/lz
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>MSYS2</summary>
|
<summary>MSYS2</summary>
|
||||||
|
|
||||||
* Open the `MSYS2 MinGW 64-bit` shell (`mingw64.exe`)
|
* Open the `MSYS2 MinGW 64-bit` shell (`mingw64.exe`)
|
||||||
* Download and install all dependencies using:
|
* Download and install all dependencies using:
|
||||||
* `pacman -Syu git make mingw-w64-x86_64-SDL2 mingw-w64-x86_64-cmake mingw-w64-x86_64-python-pip mingw-w64-x86_64-qt6 mingw-w64-x86_64-toolchain autoconf libtool automake-wrapper`
|
* `pacman -Syu git make mingw-w64-x86_64-SDL2 mingw-w64-x86_64-cmake mingw-w64-x86_64-python-pip mingw-w64-x86_64-qt6 mingw-w64-x86_64-toolchain autoconf libtool automake-wrapper`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue