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
@@ -17,7 +17,8 @@ Just build all files from `source/` as C source code, and include stuff from `in
17
17
## Including the SDK as a static library
18
18
19
19
If you are sure you won't be rebuilding the GoldHEN SDK, then you can include stuff from `include/`,
20
-
run `make` for Linux or `build_static.bat` for Windows to build a static library `libGoldHEN_Hook.a` and then use it in your project for the implementation of the headers.
20
+
run `make` for Linux or `build_static.bat` for Windows, if you wish to to build a static library
21
+
and then use it in your project for the implementation of the headers, run `make install`.
0 commit comments