summaryrefslogtreecommitdiff
path: root/taler-build/update_gnunet.sh
blob: c1a013e9f57faf09a41f6f8fba950dd500cfd00c (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

set -eu

cd $HOME/gnunet/
svn revert -R .
svn update
./bootstrap
./configure --prefix=$HOME/local --enable-logging=verbose --with-libgnurl=$HOME/local --with-microhttpd=$HOME/local
make
make install