From 5963319138a5fecd6e2cc70d57422334d2eecb9c Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Wed, 10 Dec 2014 14:38:56 -0800 Subject: [PATCH] Update SETUP with correct piepan instructions --- SETUP.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index eeddce5..3c8d2c0 100644 --- a/SETUP.md +++ b/SETUP.md @@ -67,9 +67,12 @@ Cool, we now have the necessary dependencies installed to compile `piepan`. We w ### piepan +**NOTE:** MumbleDJ currently uses an old version of `piepan`, so cloning the git repository is not possible anymore. I am in the process of updating MumbleDJ to `gumble`, the Go implementation of `piepan`. The changes have been reflected below. + ``` $ sudo ldconfig -$ git clone https://github.com/layeh/piepan.git +$ wget https://github.com/layeh/piepan/archive/v0.3.1.tar.gz +$ tar xzf piepan-0.3.1.tar.gz $ cd piepan $ make ```