From: thomasv Date: Fri, 11 Jan 2013 16:32:06 +0000 (+0100) Subject: update paths X-Git-Url: https://git.novaco.in/?p=electrum-nvc.git;a=commitdiff_plain;h=87079a6e2c163daab0c0f198cd47c0b331575b82 update paths --- diff --git a/contrib/build-wine/README b/contrib/build-wine/README index 8008387..73b5884 100644 --- a/contrib/build-wine/README +++ b/contrib/build-wine/README @@ -1,7 +1,7 @@ These scripts can be used for cross-compilation of Windows Electrum executables from Linux/Wine. Usage: -1. Copy content of this directory to /electrum-wine. +1. Copy content of this directory to /build-wine. 2. Install Wine (version 1.4 or 1.5+ works fine, 1.4.1 has bug). 3. Run "./prepare-wine.sh", it will download all dependencies. When you'll be asked, always leave default settings and press "Next >". 4. By running "./build-electrum.sh", sources will be packed into three separate versions to dist/ directory: diff --git a/contrib/build-wine/build-electrum.sh b/contrib/build-wine/build-electrum.sh index f0e65cf..1f025fb 100755 --- a/contrib/build-wine/build-electrum.sh +++ b/contrib/build-wine/build-electrum.sh @@ -1,11 +1,11 @@ #!/bin/bash # You probably need to update only this link -ELECTRUM_URL=https://github.com/downloads/spesmilo/electrum/Electrum-1.5.6.tar.gz -NAME_ROOT=electrum-1.5.6 +ELECTRUM_URL=https://github.com/downloads/spesmilo/electrum/Electrum-1.6.1.tar.gz +NAME_ROOT=electrum-1.6.1 # These settings probably don't need any change -export WINEPREFIX=~/.wine-electrum +export WINEPREFIX=/opt/wine-electrum PYHOME=c:/python26 PYTHON="wine $PYHOME/python.exe -OO -B" diff --git a/contrib/build-wine/prepare-wine.sh b/contrib/build-wine/prepare-wine.sh index 955ed60..e407db4 100755 --- a/contrib/build-wine/prepare-wine.sh +++ b/contrib/build-wine/prepare-wine.sh @@ -9,7 +9,7 @@ NSIS_URL=http://prdownloads.sourceforge.net/nsis/nsis-2.46-setup.exe?download #ZBAR_URL=http://sourceforge.net/projects/zbar/files/zbar/0.10/zbar-0.10-setup.exe/download # These settings probably don't need change -export WINEPREFIX=~/.wine-electrum +export WINEPREFIX=/opt/wine-electrum PYHOME=c:/python26 PYTHON="wine $PYHOME/python.exe -OO -B"