Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-21 | Merge pull request #4739 | Wladimir J. van der Laan | |
de1f051 Added protobuf-compiler library to the Qt 5 Dependencies (elichai) | |||
2014-08-20 | Added protobuf-compiler library to the Qt 5 Dependencies | elichai | |
2014-08-18 | doc: Remove outdated information about boost versions | Wladimir J. van der Laan | |
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. | |||
2014-06-28 | Add note about PPA to build instructions | Drak | |
2014-06-26 | Simplify build instructions | Drak | |
2014-05-21 | Doc: Always use absolute paths | Kosta Zertsekel | |
2014-05-04 | doc: remove specific mention of boost 1.55 | Wladimir J. van der Laan | |
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. | |||
2014-05-02 | Merge pull request #4114 | Wladimir J. van der Laan | |
bfb154e Update build instructions for Berkeley DB (Wladimir J. van der Laan) d0a2e2e Log BerkeleyDB version at startup (Wladimir J. van der Laan) | |||
2014-05-01 | Remove build-time no-IPv6 setting | Wladimir J. van der Laan | |
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...) | |||
2014-05-01 | Update build instructions for Berkeley DB | Wladimir J. van der Laan | |
- 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 | |||
2014-04-16 | Pointed to location of BDB 4.8 in procedure for unix build. | Altoidnerd | |
2014-04-09 | doc: remove versions from build-unix.md, just refer to release-process.md | Wladimir J. van der Laan | |
No one bothers to keep this up to date. Better to refer to another file than give wrong information. | |||
2014-03-31 | doc: Add note about memory reqs for compilation | Wladimir J. van der Laan | |
2014-03-19 | Consistent use of 'sudo' in unix build doc | Mikael Wikman | |
2014-03-14 | Update docs about boost on unix | Thomas Zander | |
2014-03-10 | doc/build-unix.md use github flavored md for table | Torstein Husebø | |
2014-03-01 | Fix typo in doc/build-unix.md regarding building without UPnP | Rune K. Svendsen | |
2014-03-01 | Merge pull request #3769 | Wladimir J. van der Laan | |
d6b3689 qttools5-dev is required in order to build with qt5 on debian and ubuntu (Haakon Nilsen) | |||
2014-02-28 | qttools5-dev is required in order to build with qt5 on debian and ubuntu | Haakon Nilsen | |
2014-02-28 | Merge pull request #3758 | Wladimir J. van der Laan | |
f8a7b50 Update build information (Drak) | |||
2014-02-27 | Update build instructions for db4.8 on Debian and Unix | Ian Kelling | |
2014-02-27 | Update build information | Drak | |
Add the command necessary to add ppa repository in Ubuntu Refs #3757 | |||
2014-01-21 | doc: Build with qt5 is possible again | Wladimir J. van der Laan | |
This reverts commit 62568f9a1e98065bd51069649f23a337eab89f94. Also add some documentation for `--with-gui`. | |||
2014-01-14 | Update build-unix.md | Christopher Latham | |
Added incompatibility and instruction regarding Ubuntu 13.10 and libboost1.54-all-dev | |||
2013-12-13 | Merge pull request #3411 | Wladimir J. van der Laan | |
08b93f9 fixed documetation on hardening flags (HaltingState) | |||
2013-12-13 | fixed documetation on hardening flags | HaltingState | |
2013-12-12 | docs: remove workaround instructions now that the problem is fixed | Cory Fields | |
2013-12-10 | Add protobuf-compiler dependency package for debian | Wladimir J. van der Laan | |
Fixes #3361 | |||
2013-12-09 | Allow mining RPCs with --disable-wallet | Wladimir J. van der Laan | |
The following mining-related RPC calls don't use the wallet: - getnetworkhashps - getmininginfo - getblocktemplate - submitblock Enable them when compiling with --disable-wallet. | |||
2013-12-04 | Update build-unix.md to mention --disable-wallet | Wladimir J. van der Laan | |
Mention the new --disable-wallet mode. Also, correct the BDB entry in the dependencies table. | |||
2013-11-11 | doc: add note about building on Ubuntu 13.10 | Wladimir J. van der Laan | |
Also mention `autoconf` as required package. | |||
2013-10-22 | Merge pull request #3123 from super3/master | Wladimir J. van der Laan | |
Prettify some /Contrib READMEs | |||
2013-10-21 | Prettify some /Contrib READMEs | super3 | |
SYN Remove Dead Readme-Qt Links. | |||
2013-10-15 | doc: build with qt5 is currently not possible | Wladimir J. van der Laan | |
Add as a separate commit so that it can be easily reverted once Qt5 is supported again. | |||
2013-10-15 | doc: remove readme-qt.md | Wladimir J. van der Laan | |
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 | |||
2013-09-10 | build-unix.md: Remove now-redundant and unnecessary Gentoo instructions | Luke Dashjr | |
2013-09-05 | autotools: switch to autotools buildsystem | Cory Fields | |
2013-07-10 | Remove readme-qt.rst and update documentation for readme-qt.md | fanquake | |
2013-06-16 | Markdown Cleanup - Part 2 | super3 | |
Now everything is in markdown... | |||
2013-05-20 | Docs Markdown Cleanup | super3 | |