pcompress icon indicating copy to clipboard operation
pcompress copied to clipboard

Build instructions on Debian jessie

Open szepeviktor opened this issue 10 years ago • 2 comments

Jessie is almost stable. Pbuilder could be used to produce a clean build.

# tools
apt-get update && apt-get install -y git ca-certificates \
    file libtool autoconf automake automake1.11 yasm

# deps
apt-get install -y build-essential libssl-dev zlib1g-dev libbz2-dev libarchive-dev

git clone https://github.com/moinakg/pcompress.git
apt-get source libwavpack-dev

cd pcompress/ && ./config --wavpack-dir=/root/wavpack-4.70.0; echo "config=$?"

szepeviktor avatar Feb 14 '15 14:02 szepeviktor

Please consider adding it to your README.

szepeviktor avatar Feb 14 '15 14:02 szepeviktor

Thanks. I have to update the README for a bunch of things. I will add your instructions for Debian.

Regards, Moinak.

On Sat, Feb 14, 2015 at 6:08 AM, Viktor Szépe [email protected] wrote:

Please consider adding it to your README.

— Reply to this email directly or view it on GitHub https://github.com/moinakg/pcompress/issues/27#issuecomment-74376309.

http://moinakg.wordpress.com/

moinakg avatar Feb 15 '15 02:02 moinakg