diff --git a/docs/Build.md b/docs/Build.md index 910f8b43e2..13aa142ac0 100644 --- a/docs/Build.md +++ b/docs/Build.md @@ -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 ``` -
+
### CLion diff --git a/docs/Deps.md b/docs/Deps.md index cd875cd292..9cfe36b547 100644 --- a/docs/Deps.md +++ b/docs/Deps.md @@ -125,6 +125,7 @@ sudo dnf install autoconf ccache cmake fmt-devel gcc{,-c++} glslang hidapi-devel
macOS + Install dependencies from **[Homebrew](https://brew.sh/)** ```sh @@ -198,6 +199,7 @@ Then install the libraies: `sudo pkg install qt6 boost glslang libzip library/lz
MSYS2 + * Open the `MSYS2 MinGW 64-bit` shell (`mingw64.exe`) * 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`