lightspark / lightspark

An open source flash player implementation
http://lightspark.github.io/
GNU Lesser General Public License v3.0
1.81k stars 222 forks source link

ubuntu 20.04 installing issue #904

Closed rvneXe closed 2 years ago

rvneXe commented 2 years ago

Hello, i have linux ubuntu 20.04 and tried to install lightspark i runned that command was noted in README.md sudo apt install git gcc g++ nasm cmake gettext libcurl4-gnutls-dev libsdl2-mixer-dev libsdl2-dev libpango1.0-dev libcairo2-dev libavcodec-dev libswresample-dev libglew-dev librtmp-dev libjpeg-dev libavformat-dev liblzma-dev but there is no shockwave flash in firefox, also nothing happens in pale moon

dbluelle commented 2 years ago

That command only installs the requirements neccessary to build lightspark from source. You have to follow the rest of the readme to actually get a working lightspark binary.

rvneXe commented 2 years ago

That command only installs the requirements neccessary to build lightspark from source. You have to follow the rest of the readme to actually get a working lightspark binary.

ok thanks