Comment 2 for bug 1074939

Revision history for this message
nh2 (nh2) wrote : Re: [Bug 1074939] Re: Mixxx compilation ignores PKG_CONFIG_PATH

Thanks, that worked!

I used:

export PKG_CONFIG_PATH=$HOME/opt/mixxx/lib/pkgconfig
export INCLUDE_PATH=$HOME/opt/mixxx/include
export LDFLAGS=-L$HOME/opt/mixxx/lib/
export CXXFLAGS=-I$HOME/opt/mixxx/include

scons useenv=yes

I think this should be mentioned at least in
http://www.mixxx.org/wiki/doku.php/compiling_on_linux.

Niklas