aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-09-06 16:27:39 -0400
committerGavin Andresen <gavinandresen@gmail.com>2012-09-06 16:27:39 -0400
commit3c28b335af799e9fed3eb06cdd92da8c2671559a (patch)
tree0424a2a4e06ac2f01d8d5efdec674b2b5456ad02
parent004fa1441cc9fac1fb8c46f3685fa2cadc077475 (diff)
downloadbitcoin-3c28b335af799e9fed3eb06cdd92da8c2671559a.tar.xz
Minor build documentation fix
-rw-r--r--contrib/gitian-descriptors/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gitian-descriptors/README b/contrib/gitian-descriptors/README
index 8f272b0097..66a0509ac6 100644
--- a/contrib/gitian-descriptors/README
+++ b/contrib/gitian-descriptors/README
@@ -23,7 +23,7 @@ Once you've got the right hardware and software:
mkdir gitian-builder/inputs
cd gitian-builder/inputs
# Inputs for Linux and Win32:
- wget 'http://miniupnp.tuxfamily.org/files/download.php?file=miniupnpc-1.6.tar.gz'
+ wget -O miniupnpc-1.6.tar.gz 'http://miniupnp.tuxfamily.org/files/download.php?file=miniupnpc-1.6.tar.gz'
wget 'http://fukuchi.org/works/qrencode/qrencode-3.2.0.tar.bz2'
# Inputs for Win32: (Linux has packages for these)
wget 'https://downloads.sourceforge.net/project/boost/boost/1.50.0/boost_1_50_0.tar.bz2'
@@ -46,7 +46,7 @@ Once you've got the right hardware and software:
git pull
./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/gitian.yml
- # Build Win32 dependencies:
+ # Build Win32 dependencies: (only needs to be done once, or when dependency versions change)
./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/boost-win32.yml
./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/deps-win32.yml
./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/qt-win32.yml