Skip to content

Commit 6d35d12

Browse files
author
nix
committed
update linux run instructions
1 parent 592f607 commit 6d35d12

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/app/docs/user-guide/ofs-integration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ You can use my OFS Fork with nix support. My OFS Fork includes the MTFG Extensio
7373
nix run github:michael-mueller-git/OFS --refresh
7474
```
7575

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+
7682
The config files for nix version are stored in `~/.config/mtfg`.
7783

7884
**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

Comments
 (0)