Gavin Andresen
efb6d9aae7
Minor build fixes
...
Two changes: make some linux-specific linker options linux and linker specific.
And in the cross-compile environment, prefer the $HOME/qt/bin tools to
whatever might be somewhere else in the path.
12 years ago
Gavin Andresen
fbd860287e
Pass compiler flags down into leveldb make
...
Fixes issue#2288. Includes cleanups from Luke's pull 2243.
12 years ago
Matt Corallo
b478337312
Undo bad gitian update.
12 years ago
Matt Corallo
325a064c68
Upgrade to Qt 4.8.3 (because 4.8.2 was removed from qt repos?)
12 years ago
Philip Kaufmann
26809acbf9
switch to Qt 4.8.2 for Windows builds
12 years ago
fanquake
0eaaa83ba5
Update Bitcoin to use OpenSSL 1.0.1c
...
Bump deps tp 0.0.5
Small docs corrections
12 years ago
Wladimir J. van der Laan
e598b5b5c2
Remove unused styles on Windows from gitian qt build
...
Keeps the "windows", "windowsxp", "windowsvista" styles.
Reduces the size of a static bitcoin-qt.exe by ~400 kB.
12 years ago
Matt Corallo
a1755ec426
Upgrade to Boost 1.50
12 years ago
Luke Dashjr
d0377a70e2
Bugfix: Adjust gitian-win32 to use Boost 1.49 for real
12 years ago
Luke Dashjr
90d95b6323
Replace all occurances of license.txt with COPYING, including naming the file COPYING.txt on Windows
12 years ago
Matt Corallo
1d42878adb
Fix #956 the Boost 1.49 way.
13 years ago
Matt Corallo
39471861d5
Upgrade to Boost 1.49 on Win32
13 years ago
Gavin Andresen
cedcec2dec
Bump win32.deps version number for new openssl
13 years ago
Gavin Andresen
2b4d7735b6
Windows build: compile against openssl 1.0.1b
13 years ago
Pieter Wuille
a20c0d0f67
Build identification strings
...
All client version information is moved to version.cpp, which optionally
(-DHAVE_BUILD_INFO) includes build.h. build.h is automatically generated
on supporting platforms via contrib/genbuild.sh, using git describe.
The git export-subst attribute is used to put the commit id statically
in version.cpp inside generated archives, and this value is used if no
build.h is present.
The gitian descriptors are modified to use git archive instead of a
copy, to create the src/ directory in the output. This way,
src/src/version.cpp will contain the static commit id. To prevent
gitian builds from getting the "-dirty" marker in their git-describe
generated identifiers, no touching of files or running sed on the
makefile is performed anymore. This does not seem to influence
determinism.
13 years ago
Gavin Andresen
5ce4c2a23a
Remove USE_SSL #define
13 years ago
Matt Corallo
3d0a0a9b9e
Make deps build deterministic and upgrade to libpng 1.5.9.
13 years ago
Luke Dashjr
9909340f37
Split smaller dependencies out of gitian-win32 into deps-win32
13 years ago
Luke Dashjr
f051ee5f96
Update zlib and libpng (previous version had a security issue)
13 years ago
Matt Corallo
0b5d6f1e26
Add QR Code support to Win32 Gitian build.
13 years ago
Matt Corallo
a22535144c
Re-enable RPCSSL in gitian builds.
13 years ago
Wladimir J. van der Laan
8fb6134aa5
attempt to make build deterministic
13 years ago
Matt Corallo
fca0e799c2
Update Win32 gitian descriptor for bitcoin-qt.
13 years ago
Matt Corallo
472bbb750c
Update openssl to 1.0.0e.
13 years ago
Matt Corallo
0920ad152f
Restructure gitian files and add download config files.
13 years ago
Matt Corallo
0295912479
Update gitian build descriptors to produce proper builds.
...
Thanks to makomk for finding the bugs here and devrandom
for passing them along (see
https://bitcointalk.org/index.php?topic=42198.msg514312#msg514312 )
13 years ago
Matt Corallo
b4ada906c0
Upgrade dependancies and tweak build process.
...
* Upgrade to use miniupnpc 1.6
* Upgrade to wxWidgets 2.9.2
* Upgrade to Bost 1.47 for Win32 Builds
13 years ago
Dev Random
3bb23e5c8b
Mingw gitian build with deterministic bitcoin.exe by use of faketime
13 years ago
Dev Random
bef41ada0d
Mingw gitian with separate wxWidgets and boost
13 years ago
Matt Corallo
09923991e5
Enable UPnP by default on bitcoin, but not on bitcoind (on gitian)
...
Also fix a minor type in gitian.yml
14 years ago
Matt Corallo
fa105b1d3a
Added a couple minor things to match newer build process.
...
This adds the relevent patches which are applied to wx,
and updates for cross compiling.
14 years ago