Compiling Musepack on Linux |
Compiling Musepack on Linux |
Jan 5 2011, 18:12
Post
#1
|
|
|
Group: Members Posts: 99 Joined: 1-April 09 Member No.: 68578 |
Hi, there isn't much documentation on how to get Musepack compiled under Linux.
I'd like to compile it myself, so I've downloaded the source packages:
But I didn't get much further than that. I did a autoreconf -vif and after running ./configure it seems to run through fine, expect for not finding replaygain. When running make, I get the error that cuetools/cuefile.h is not found. Now, I've downloaded both libs with their source codes, but what am I supposed to do with them? should I put them into the musepack_src_r435 directory? libcuefile doesn't even have a Makefile, should I compile them with gcc manually? Would be nice to see some better documentation on the build process, or packages that just need: CODE ./configure make make install In the end, I'd like the Musepack tools and their libs to be compiled and installed, along with libcuefile and libreplaygain. Cheers, --polemon -------------------- -EOF-
|
|
|
|
![]() |
Jan 6 2011, 02:09
Post
#2
|
|
![]() Group: Members Posts: 22 Joined: 12-May 10 Member No.: 80595 |
Depending on what distro you're running you'll need -dev packages for the libs which contain the header files. The libs you installed are most likely just binary blobs. Now if you install a binary program the program already has the information compiled into it how to access those libs, but if you want to compile something yourself you're gonna need the header (-dev) files to tell your compiler how the program can access the libs.
So you'll probably gonna want to look into your package manager for -dev packages of the libraries you installed. Otherwise you'll need to fetch the header files (.h, .hpp for C/C++) from the source code yourself and copy them somewhere in the include path of your C/C++ compiler. Looking at the ebuild for libcuefile I see that libcuefile uses cmake to compile, so you might want to read up on that. This post has been edited by XQYZ: Jan 6 2011, 02:13 |
|
|
|
polemon Compiling Musepack on Linux Jan 5 2011, 18:12
polemon [WIP]
Nevermind, I solved it.
I'm gonna writ... Jan 6 2011, 02:22
XQYZ As I was trying to hint that's not how it... Jan 6 2011, 02:50
polemon QUOTE (XQYZ @ Jan 6 2011, 02:50) As I was... Jan 6 2011, 03:35
XQYZ QUOTE (polemon @ Jan 6 2011, 03:35) Probl... Jan 6 2011, 04:26
polemon I wrote this manual on compiling Musepack under Fe... Jan 6 2011, 05:40
r2d Hello,
There is a wiki page on compiling Musepack... Jan 9 2011, 22:48![]() ![]() |
|
Lo-Fi Version | Time is now: 25th May 2013 - 17:16 |