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
Foxbox requires some up-to-date libraries (like OpenSSL). In order to make sure you have the correct packages and bindings, we recommend you to install brew and to run:
89
+
90
+
```bash
91
+
brew install openssl libupnp sqlite
92
+
source tools/mac-os-x-setup.source.sh
93
+
```
94
+
86
95
## Build time options
87
96
### Disable authentication
88
97
You may want to disable endpoints authentication to ease your development process. You can do that by removing `authentication` from the `default` feature in the `Cargo.toml` file.
@@ -220,24 +229,3 @@ For an extensive write-up about cross compiling Rust programs see:
220
229
### Mac OS X
221
230
222
231
Cross compiling on Mac hasn't been documented. A PR is welcomed. :wink:
223
-
224
-
225
-
## Notes for Mac OS X with Brew
226
-
227
-
You'll need some dependencies installed to build.
228
-
229
-
```bash
230
-
$ brew install openssl libupnp sqlite
231
-
```
232
-
233
-
This is required to build/link the openssl crate and foxbox using homebrew's openssl:
0 commit comments