jliljebl / flowblade

Video Editor for Linux
GNU General Public License v3.0
2.68k stars 181 forks source link

Flathub? what? #1148

Closed vmajor closed 9 months ago

vmajor commented 10 months ago

Instructions for installing flathub are all 404 so cannot even get to the starting line.

vmajor commented 10 months ago

For anyone searching on how to install Flowblade, do this instead:

git clone https://github.com/jliljebl/flowblade.git
cd flowblade/flowblade-trunk
python setup.py build
python setup.py install

then run it from the local directory with ./flowblade

or start it with the suggested prefix SDL12COMPAT_NO_QUIT_VIDEO=1 GDK_BACKEND=x11 SDL_VIDEODRIVER=x11 ./flowblade

jliljebl commented 10 months ago

Which instructions are unavailable, links seems to be okay here: https://github.com/jliljebl/flowblade/blob/master/flowblade-trunk/docs/INSTALLING.md

jliljebl commented 9 months ago

I'll look at Flatpak related links once more and look for problems. I can't recommend install using setup.py as then I would on hook for making sure it works, but I'll maybe add a mention that it has been observed to work.