#!/bin/sh # Install essential build dependencies sudo apt install build-essential devscripts debhelper equivs # Clone our repos git clone https://git.gnunet.org/gnunet.git git clone https://git.taler.net/exchange.git git clone https://git.taler.net/merchant.git # ## Build GNUnet # # Install build dependencies cd ~/gnunet && sudo mk-build-deps --install debian/control cd ~/gnunet && ./bootstrap cd ~/gnunet && debuild --no-sign -i -B