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