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
When `WOLFSSL_USER_SETTINGS` is defined, the above `user_settings.h` file is included at build time.
155
+
156
+
-**Register include paths**
157
+
Register the path to the wolfSSL source file root and the path to the above `user_settings.h`.
158
+
159
+
---
160
+
161
+
### 2. Application Executable Build Project
162
+
163
+
- Register the wolfSSL library generated in step 1 as a link target.
164
+
- Register the wolfSSL source file root path and the configuration option path (`user_settings.h`) defined in step 1 as include paths.
165
+
- Specify `"WOLFSSL_USER_SETTINGS"` as a predefined macro name.
166
+
167
+
168
+
169
+
132
170
## Building in a non-standard environment
133
171
134
172
While not officially supported, we try to help users wishing to build wolfSSL in a non-standard environment, particularly with embedded and cross-compilation systems. Below are some notes on getting started with this.
0 commit comments