Closed xrombik closed 5 years ago
Just use the prebuilt one
I'm sure you could make it work if you install the necessary build dependencies before compiling. Read the provided docs.
It is not build dependencies
related problem. Binary is present and started without any error, and log does not show any lost libraries problems.
Well, you can take my word for it, or you can ignore it. Up to you.
travis/build.sh
:
STATICDEPS_URL="http://sourceforge.net/projects/deadbeef/files/staticdeps/ddb-static-deps-latest.tar.bz2/download"
mkdir static-deps
echo "downloading static deps..."
wget -q "$STATICDEPS_URL" -O ddb-static-deps.tar.bz2 || exit 1
echo "unpacking static deps..."
tar jxf ddb-static-deps.tar.bz2 -C static-deps || exit 1
What this is about? 42 MB of binaries? This is lost dependencies?
Have you read the README?
...In process
What you found is a script for automatic builds on travis-ci. I don't think you have a single reason to use that.
libjansson-dev
is not mentioned in README
, but it is necessary for build success.
libjansson is mentioned in the README. the -dev suffix is something that's used in some linux distributions (but not all of them), and you're supposed to know about this.
Anyway.. All the information you need is written in the README, wiki, and so on. Read it, google, ask your friends to help you. This is not the right place to learn the basics of compiling open source software. Please don't take it as a personal offence, but I'm locking the case. There's nothing more I can do for you.
Recent build from github (version 1.8.0 as in change list), could not play any file. Steps to reproduce:
Then File->Open File(s) ... and none of them can be played: terminal show this:
Deadbeef version:
git log:
OS: Linux Mint 19.1 Tessa