summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-24 14:36:39 +0200
committerFlorian Dold <florian@dold.me>2021-08-24 14:36:39 +0200
commit09765594aa0d6a30df58e025a0b0ccfd6628d9eb (patch)
treea114addf2ff6158a444e45165715e5d2852412f1
parent249c51417c4291098e1221eccdcb958782641caf (diff)
downloaddeployment-09765594aa0d6a30df58e025a0b0ccfd6628d9eb.tar.gz
deployment-09765594aa0d6a30df58e025a0b0ccfd6628d9eb.tar.bz2
deployment-09765594aa0d6a30df58e025a0b0ccfd6628d9eb.zip
build steps
-rw-r--r--dpkg-build/build-ubuntu.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/dpkg-build/build-ubuntu.sh b/dpkg-build/build-ubuntu.sh
index ce9161c..c225b4a 100644
--- a/dpkg-build/build-ubuntu.sh
+++ b/dpkg-build/build-ubuntu.sh
@@ -1,10 +1,18 @@
+# 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