You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On MacOS, first make sure you have [XCode](https://developer.apple.com/xcode/) and [Homebrew](https://brew.sh) installed. Then, in the terminal, paste:
44
44
45
45
```
46
-
brew install git cmake make openssl
46
+
brew install git cmake make openssl ninja
47
47
```
48
48
49
49
On Windows, you need to install the MSYS2. Just follow the [instructions](https://www.msys2.org), up to step 6.
@@ -59,39 +59,31 @@ inside the MSYS2 MINGW64 terminal:
0 commit comments