Update SETUP with correct piepan instructions
This commit is contained in:
parent
c156d4051f
commit
5963319138
5
SETUP.md
5
SETUP.md
|
@ -67,9 +67,12 @@ Cool, we now have the necessary dependencies installed to compile `piepan`. We w
|
||||||
|
|
||||||
### piepan
|
### 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
|
$ 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
|
$ cd piepan
|
||||||
$ make
|
$ make
|
||||||
```
|
```
|
||||||
|
|
Reference in a new issue