aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.txt
AgeCommit message (Collapse)Author
2012-12-03Replace text on how to enable IPv6 with disablePeter Todd
IPv6 support is now enabled by default, thus documentation should tell you how to disable it. Similarly the build-osx use of the flag can be removed.
2012-09-22Update Bitcoin to use OpenSSL 1.0.1cfanquake
Bump deps tp 0.0.5 Small docs corrections
2012-09-11Cleanup on doc/build-unix.txtosmosis
2012-07-18Docs Tidy upfanquake
2012-06-18Further updates to build instructionsfanquake
2012-06-03"USE_UPNP=-" is needed to remove UPnP support.Chris Moore
2012-05-17Fix typo. libarcode => libqrcodeChristian von Roques
2012-05-11IPv6 node supportPieter Wuille
This will make bitcoin relay valid routable IPv6 addresses, and when USE_IPV6 is enabled, listen on IPv6 interfaces and attempt connections to IPv6 addresses.
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-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