more troubleshooting

This commit is contained in:
Anonymous 2017-05-16 18:48:51 +01:00
parent 8a004ecf53
commit d90d2e4a08
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ It should be easy to build qobuz-get on any platform supported by a D compiler.
## Troubleshooting
### `No such file or directory` when trying to run qobuz-get
Some Linux distros might not have `/lib/ld-linux-x86-64.so.2`. If this is the case with yours, try `ln -s /lib64/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2`, it's a bit of a hack but it works.
### FFmpeg fails!
On Linux, try using the statically linked ffmpeg binary provided [here](https://shell.cyberia.is/~albino/ffmpeg).