Skip to content

Commit 6b8b62c

Browse files
author
arch
committed
update docs
1 parent 2504193 commit 6b8b62c

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,18 @@ Manual Installation:
6565

6666
## Installation Linux
6767

68-
Currently i don't have automated the setup on a Linux host system. Please take a look at the [application build instruction](https://github.com/michael-mueller-git/Python-Funscript-Editor/blob/main/docs/app/docs/user-guide/build.md) where the basic setup is explained. If you have any problems or need further help with the setup, please open a issue on GitHub.
68+
I create an Install script to setup OFS + MTFG Extension. The script is located in [`./contrib/OpenFunscripter/openfunscripter_setup_linux.sh`](https://github.com/michael-mueller-git/Python-Funscript-Editor/blob/main/contrib/OpenFunscripter/openfunscripter_setup_linux.sh). You may need to adjust the script depending on your Distribution. Or you may want to install it manually by using the script as reference/manual. The script was test on Arch Linux and Ubuntu.
69+
70+
- For Arch Linux the dependency setup for MTFG is not included in the install script.
71+
- For Debian based distributions (e.g Ubuntu) you first have to install [Miniconda](https://docs.conda.io/en/latest/miniconda.html)!
72+
73+
One liner to run the installer:
74+
75+
```bash
76+
wget -O - https://raw.githubusercontent.com/michael-mueller-git/Python-Funscript-Editor/main/contrib/OpenFunscripter/openfunscripter_setup_linux.sh | bash
77+
```
78+
79+
Please also take a look at the [application build instruction](https://github.com/michael-mueller-git/Python-Funscript-Editor/blob/main/docs/app/docs/user-guide/build.md) where the basic setup of Python-Funscript-Editor is explained.
6980

7081
<br>
7182

0 commit comments

Comments
 (0)