summaryrefslogtreecommitdiff
path: root/dpkg-build/build-ubuntu.sh
blob: 2ce4855e24abeb68639518969bea128ef80a3766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/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