Dependencies (for archlinux arm, "pacman -S wget binutils rsync")
- wget
- binutils (ar)
- rsync
Setup
- su (change to root user)
- mkdir /tmp/parsec && cd /tmp/parsec
- wget https://s3.amazonaws.com/parsec-build/package/parsec-rpi.deb (Download official client)
- ar -x parsec-rpi.deb (extract the .deb)
- tar -xvf data.tar.xz (extract data)
- rsync -a ./usr/ /usr/ (install to filesystem)
- cd - && rm -r /tmp/parsec (cleanup)