aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4739Wladimir J. van der Laan2014-08-211-1/+1
|\ | | | | | | de1f051 Added protobuf-compiler library to the Qt 5 Dependencies (elichai)
| * Added protobuf-compiler library to the Qt 5 Dependencieselichai2014-08-201-1/+1
| |
* | doc: Remove outdated information about boost versionsWladimir J. van der Laan2014-08-181-4/+0
| | | | | | | | | | | | Bitcoin core should work with any remotely recent boost version if a proper build environment is present. Remove a confusing comment from the build documentation.
* | Add note about PPA to build instructionsDrak2014-06-281-1/+1
| |
* | Simplify build instructionsDrak2014-06-261-6/+3
| |
* | Doc: Always use absolute pathsKosta Zertsekel2014-05-211-0/+10
| |
* | doc: remove specific mention of boost 1.55Wladimir J. van der Laan2014-05-041-2/+1
| | | | | | | | | | | | | | | | There is no need to use any specific version of boost on Linux/Unix. Even 1.37 should still work. Also the mention of boost-dev doesn't belong after adding oldstable. Remove it. libboost-all-dev is already mentioned earlier.
* | Merge pull request #4114Wladimir J. van der Laan2014-05-021-10/+26
|\ \ | | | | | | | | | | | | bfb154e Update build instructions for Berkeley DB (Wladimir J. van der Laan) d0a2e2e Log BerkeleyDB version at startup (Wladimir J. van der Laan)
| * | Update build instructions for Berkeley DBWladimir J. van der Laan2014-05-011-10/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - People were having problems with the .so when installing in alternative locations. Like gitian, build a static library with -fPIC that can be embedded into the executables. - Add some missing steps - Add reminder that BerkeleyDB is only needed when wallet support is enabled
* | | Remove build-time no-IPv6 settingWladimir J. van der Laan2014-05-011-4/+0
|/ / | | | | | | | | | | | | | | | | | | | | The year is 2014. All supported operating systems have IPv6 support, most certainly at build time (this doesn't mean that IPv6 is configured, of course). If noone is exercising the functionality to disable it, that means it doesn't get tested, and IMO it's better to get rid of it. (it's also not used consistently in RPC/boost and Net code...)
* / Pointed to location of BDB 4.8 in procedure for unix build.Altoidnerd2014-04-161-1/+5
|/
* doc: remove versions from build-unix.md, just refer to release-process.mdWladimir J. van der Laan2014-04-091-9/+1
| | | | | No one bothers to keep this up to date. Better to refer to another file than give wrong information.
* doc: Add note about memory reqs for compilationWladimir J. van der Laan2014-03-311-0/+7
|
* Consistent use of 'sudo' in unix build docMikael Wikman2014-03-191-3/+3
|
* Update docs about boost on unixThomas Zander2014-03-141-7/+7
|
* doc/build-unix.md use github flavored md for tableTorstein Husebø2014-03-101-9/+9
|
* Fix typo in doc/build-unix.md regarding building without UPnPRune K. Svendsen2014-03-011-1/+1
|
* Merge pull request #3769Wladimir J. van der Laan2014-03-011-1/+1
|\ | | | | | | d6b3689 qttools5-dev is required in order to build with qt5 on debian and ubuntu (Haakon Nilsen)
| * qttools5-dev is required in order to build with qt5 on debian and ubuntuHaakon Nilsen2014-02-281-1/+1
| |
* | Merge pull request #3758Wladimir J. van der Laan2014-02-281-0/+4
|\ \ | |/ |/| | | f8a7b50 Update build information (Drak)
| * Update build informationDrak2014-02-271-0/+4
| | | | | | | | | | | | Add the command necessary to add ppa repository in Ubuntu Refs #3757
* | Update build instructions for db4.8 on Debian and UnixIan Kelling2014-02-271-0/+13
|/
* doc: Build with qt5 is possible againWladimir J. van der Laan2014-01-211-1/+7
| | | | | This reverts commit 62568f9a1e98065bd51069649f23a337eab89f94. Also add some documentation for `--with-gui`.
* Update build-unix.mdChristopher Latham2014-01-141-0/+3
| | | Added incompatibility and instruction regarding Ubuntu 13.10 and libboost1.54-all-dev
* Merge pull request #3411Wladimir J. van der Laan2013-12-131-1/+4
|\ | | | | | | 08b93f9 fixed documetation on hardening flags (HaltingState)
| * fixed documetation on hardening flagsHaltingState2013-12-131-1/+4
| |
* | docs: remove workaround instructions now that the problem is fixedCory Fields2013-12-121-5/+0
| |
* | Add protobuf-compiler dependency package for debianWladimir J. van der Laan2013-12-101-1/+1
| | | | | | | | Fixes #3361
* | Allow mining RPCs with --disable-walletWladimir J. van der Laan2013-12-091-0/+4
|/ | | | | | | | | | | The following mining-related RPC calls don't use the wallet: - getnetworkhashps - getmininginfo - getblocktemplate - submitblock Enable them when compiling with --disable-wallet.
* Update build-unix.md to mention --disable-walletWladimir J. van der Laan2013-12-041-1/+10
| | | | | Mention the new --disable-wallet mode. Also, correct the BDB entry in the dependencies table.
* doc: add note about building on Ubuntu 13.10Wladimir J. van der Laan2013-11-111-1/+6
| | | | Also mention `autoconf` as required package.
* Merge pull request #3123 from super3/masterWladimir J. van der Laan2013-10-221-1/+0
|\ | | | | Prettify some /Contrib READMEs
| * Prettify some /Contrib READMEssuper32013-10-211-1/+0
| | | | | | | | | | | | SYN Remove Dead Readme-Qt Links.
* | doc: build with qt5 is currently not possibleWladimir J. van der Laan2013-10-151-5/+1
| | | | | | | | | | Add as a separate commit so that it can be easily reverted once Qt5 is supported again.
* | doc: remove readme-qt.mdWladimir J. van der Laan2013-10-151-2/+29
|/ | | | | | Now that autotools is used as a build system there is nothing special about building the GUI anymore. Merge the salvageable parts into build-unix.md
* build-unix.md: Remove now-redundant and unnecessary Gentoo instructionsLuke Dashjr2013-09-101-16/+0
|
* autotools: switch to autotools buildsystemCory Fields2013-09-051-16/+21
|
* Remove readme-qt.rst and update documentation for readme-qt.mdfanquake2013-07-101-1/+1
|
* Markdown Cleanup - Part 2super32013-06-161-7/+1
| | | | Now everything is in markdown...
* Docs Markdown Cleanupsuper32013-05-201-0/+170