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
> ***Note:****This will generate a `build/windows/` directory in the **project's root directory** with the build output.*
16
20
17
-
### End User Dependencies
18
-
*[Address Library for F4SE Plugins](https://www.nexusmods.com/fallout4/mods/47327)
19
-
*[F4SE](https://f4se.silverlock.org/)
21
+
### Project Generation (Optional)
22
+
If you want to generate a Visual Studio project, run the following command:
23
+
```bat
24
+
xmake project -k vsxmake
25
+
```
26
+
27
+
> ***Note:****This will generate a `vsxmakeXXXX/` directory in the **project's root directory** using the latest version of Visual Studio installed on the system.*
28
+
29
+
## Notes
30
+
31
+
CommonLibF4 is intended to replace F4SE as a static dependency. However, the runtime component of F4SE is still required.
0 commit comments