diff --git a/README.md b/README.md index 76191f6..22a3a36 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,14 @@ To install the ViewFX npm dependencies: npm install ``` +ViewFX uses ffmpeg to decode videos. For that reason we have to compile ffmpeg as well: + +```bash +# For linux +cd src-tauri/ffmpeg +./build-linux.sh +``` + Once that is done, you can run: ```bash