update paths
authorthomasv <thomasv@gitorious>
Fri, 11 Jan 2013 16:32:06 +0000 (17:32 +0100)
committerthomasv <thomasv@gitorious>
Fri, 11 Jan 2013 16:32:06 +0000 (17:32 +0100)
contrib/build-wine/README
contrib/build-wine/build-electrum.sh
contrib/build-wine/prepare-wine.sh

index 8008387..73b5884 100644 (file)
@@ -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:
index f0e65cf..1f025fb 100755 (executable)
@@ -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"
 
index 955ed60..e407db4 100755 (executable)
@@ -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"