aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.txt
AgeCommit message (Collapse)Author
2012-08-12Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-08-12Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-07-22Docs Tidy upfanquake
(PARTIAL cherry pick)
2012-07-06Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
Conflicts: contrib/debian/patches/1001_use_system_json-spirit.patch src/net.cpp
2012-07-05build instructions: Qt is not uppercasefanquake
(Upstream: 8b7b3be76529612ebe219e315a273d05066d2118)
2012-06-14Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
Conflicts: src/main.h src/net.cpp src/serialize.h
2012-06-06"USE_UPNP=-" is needed to remove UPnP support.Chris Moore
2012-05-18Fix typo. libarcode => libqrcodeChristian von Roques
2012-02-07Update all copyrights to 2012Gavin Andresen
2011-12-23Add libqrencode-dev to the debian/ubuntu apt-get lines.Matt Corallo
2011-12-20Added QRCode generation functions via libqrencode. Switch on with ↵sje397
USE_QRENCODE=1. Amended build docs for Linux and OSX, and OSX makefile. Added package 'qrencode' to gitian.yml
2011-10-09Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, ↵Luke Dashjr
dynamic linking unless STATIC=1 is passed
2011-10-09Fix typo. Improve Gentoo instructions.globalcitizen
2011-10-09Improved Gentoo instructions.globalcitizen
2011-10-09Fix extraneous directory specifier, beautify bash syntax $VAR -> ${VAR}globalcitizen
2011-10-09Collate generic dependency information. Segregate distribution-specific ↵globalcitizen
(Ubuntu/Debian) information. Add Gentoo information.
2011-09-26Merge commit '3f94dfa' into stableLuke Dashjr
2011-09-26Update build instructions for the new, no-wxwidgets worldGavin Andresen
2011-09-26Merge pull request #513 from cjdelisle/feature-hardeningGavin Andresen
Hardening
2011-09-12Add some hardening to protect against unknown/future exploits.cjdelisle
2011-09-08wxWidgets needs to be at least version 2.9.1 because wallet crypto uses ↵cjdelisle
ToStdString() which is not in 2.9.0
2011-08-23Upgrade dependancies and tweak build process.Matt Corallo
* Upgrade to use miniupnpc 1.6 * Upgrade to wxWidgets 2.9.2 * Upgrade to Bost 1.47 for Win32 Builds
2011-05-09Manual merge of jaromil's source tree reorg commit.Jeff Garzik
Conflicts: src/sha256.cpp
2011-04-23directory re-organization (keeps the old build system)Jaromil
there is no internal modification of any file in this commit files are moved into directories according to established standards in sourcecode distribution; these directories contain: src - Files that are used in constructing the executable binaries, but are not installed. doc - Files in HTML and text format that document usage, quirks of the implementation, and contributor checklists. locale - Files that contain human language translation of strings used in the program contrib - Files contributed from distributions or other third party implementing scripts and auxiliary programs