Quote:
Originally Posted by mcnalu
Any one tried this on slackware 13 yet?
|
I've managed to get it working on Slackware64 13.0 and here's what I did.
First, I should note that my system is multi-lib after following the instructions on the Slackbook website.
(1) Build 32-bit versions of libsigc++, glibmm, cairomm, pangomm, and gtkmm from SlackBuilds.
(2) Install curl and libidn from 32-bit Slackware 13.0.
(3) Install boost 1.33.1 from slacky.eu.
(4) Make the following symlinks:
Code:
ln -s /usr/lib/libboost_date_time-mt.so.1.33.1 /usr/lib/libboost_date_time.so.1.33.1
ln -s /usr/lib/libboost_signals-mt.so.1.33.1 /usr/lib/libboost_signals.so.1.33.1
ln -s /usr/lib/libboost_iostreams-mt.so.1.33.1 /usr/liblibboost_iostreams.so.1.33.1
(5) Install Amazonmp3 for OpenSUSE 11.0
And it works. Tested it by downloading one of the free mp3s.
If you want to do this on 32-bit Slack 13.0 the main problem is going to be getting the right version of boost installed. I tried it first with 1.38.0 which comes with Slackware, but it wouldn't work. Not sure if anything will break if you just remove 1.38.0 and install 1.33.1, but you could try.