aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
AgeCommit message (Collapse)Author
2015-09-04doc: update deps in build-unix.md after libeventWladimir J. van der Laan
Add libevent, change usage of libssl from "secure communication" to "crypto" that's more accurate after RPC SSL support removed.
2015-09-02Update build-unix.mdAltoidnerd
If a user hasn't ready run autogen.sh, configure doesn't yet exist. Do the instructions seem to presume you have already built bitcoin? I don't think they do. Would stifle beginners. Update build-unix.md
2015-07-15doc: Remove recommendation to add old repos for libd4.8*tailsjoin
It is unreasonable to ask to change the global package configuration just to build a package. Not only that, this is potentially harmful to the system. Also do a few punctuation fixes in REST-interface.md.
2015-05-01Bugfix: Grammar fixesCorinne Dashjr
2015-01-31Changed pronouns for correctness and inclusivitybikinibabe
2015-01-31Fix typoPavel Janík
2014-12-04Remove gmp dependency and doc mentionsPieter Wuille
2014-12-03Package libqt5core5 replaced with libqt5core5aLongShao007
libqt5core5 installs failed. Package libqt5core5 has replaced with libqt5core5a in ubuntu and debian. The website is: http://packages.ubuntu.com/trusty/libqt5core5a https://packages.debian.org/sid/libqt5core5a
2014-11-19doc: add libgmp dependency for secp256k1Wladimir J. van der Laan
Also reorganize the document a bit.
2014-10-01doc: add make install to build-osx.md and build-unix.mdWhit J
2014-10-01Update build-unix.mdJL2035
Debian also need libboost-all-dev installed.
2014-08-21Merge pull request #4739Wladimir J. van der Laan
de1f051 Added protobuf-compiler library to the Qt 5 Dependencies (elichai)
2014-08-20Added protobuf-compiler library to the Qt 5 Dependencieselichai
2014-08-18doc: Remove outdated information about boost versionsWladimir 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-28Add note about PPA to build instructionsDrak
2014-06-26Simplify build instructionsDrak
2014-05-21Doc: Always use absolute pathsKosta Zertsekel
2014-05-04doc: remove specific mention of boost 1.55Wladimir 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-02Merge pull request #4114Wladimir 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-01Remove build-time no-IPv6 settingWladimir 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-01Update build instructions for Berkeley DBWladimir 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-16Pointed to location of BDB 4.8 in procedure for unix build.Altoidnerd
2014-04-09doc: remove versions from build-unix.md, just refer to release-process.mdWladimir 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-31doc: Add note about memory reqs for compilationWladimir J. van der Laan
2014-03-19Consistent use of 'sudo' in unix build docMikael Wikman
2014-03-14Update docs about boost on unixThomas Zander
2014-03-10doc/build-unix.md use github flavored md for tableTorstein Husebø
2014-03-01Fix typo in doc/build-unix.md regarding building without UPnPRune K. Svendsen
2014-03-01Merge pull request #3769Wladimir J. van der Laan
d6b3689 qttools5-dev is required in order to build with qt5 on debian and ubuntu (Haakon Nilsen)
2014-02-28qttools5-dev is required in order to build with qt5 on debian and ubuntuHaakon Nilsen
2014-02-28Merge pull request #3758Wladimir J. van der Laan
f8a7b50 Update build information (Drak)
2014-02-27Update build instructions for db4.8 on Debian and UnixIan Kelling
2014-02-27Update build informationDrak
Add the command necessary to add ppa repository in Ubuntu Refs #3757
2014-01-21doc: Build with qt5 is possible againWladimir J. van der Laan
This reverts commit 62568f9a1e98065bd51069649f23a337eab89f94. Also add some documentation for `--with-gui`.
2014-01-14Update build-unix.mdChristopher Latham
Added incompatibility and instruction regarding Ubuntu 13.10 and libboost1.54-all-dev
2013-12-13Merge pull request #3411Wladimir J. van der Laan
08b93f9 fixed documetation on hardening flags (HaltingState)
2013-12-13fixed documetation on hardening flagsHaltingState
2013-12-12docs: remove workaround instructions now that the problem is fixedCory Fields
2013-12-10Add protobuf-compiler dependency package for debianWladimir J. van der Laan
Fixes #3361
2013-12-09Allow mining RPCs with --disable-walletWladimir 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-04Update build-unix.md to mention --disable-walletWladimir J. van der Laan
Mention the new --disable-wallet mode. Also, correct the BDB entry in the dependencies table.
2013-11-11doc: add note about building on Ubuntu 13.10Wladimir J. van der Laan
Also mention `autoconf` as required package.
2013-10-22Merge pull request #3123 from super3/masterWladimir J. van der Laan
Prettify some /Contrib READMEs
2013-10-21Prettify some /Contrib READMEssuper3
SYN Remove Dead Readme-Qt Links.
2013-10-15doc: build with qt5 is currently not possibleWladimir J. van der Laan
Add as a separate commit so that it can be easily reverted once Qt5 is supported again.
2013-10-15doc: remove readme-qt.mdWladimir 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-10build-unix.md: Remove now-redundant and unnecessary Gentoo instructionsLuke Dashjr
2013-09-05autotools: switch to autotools buildsystemCory Fields
2013-07-10Remove readme-qt.rst and update documentation for readme-qt.mdfanquake
2013-06-16Markdown Cleanup - Part 2super3
Now everything is in markdown...