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
Copy file name to clipboardExpand all lines: docs/app/docs/user-guide/ofs-integration.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,12 @@ You can use my OFS Fork with nix support. My OFS Fork includes the MTFG Extensio
73
73
nix run github:michael-mueller-git/OFS --refresh
74
74
```
75
75
76
+
if you encounter the error message `ÈRROR: Failed to load glad.` when running the program, try the following:
77
+
78
+
```sh
79
+
nix run --impure github:guibou/nixGL -- nix run github:michael-mueller-git/OFS --refresh
80
+
```
81
+
76
82
The config files for nix version are stored in `~/.config/mtfg`.
77
83
78
84
**At first lauch of the MTFG Extension nix need to build all dependencies for MTFG this may take several minutes! You may want to run `nix run github:michael-mueller-git/Python-Funscript-Editor --refresh` once before using the extension in OFS to see the current build process output.**
0 commit comments