Wladimir J. van der Laan
3f92bc9e83
doc: Add build instructions for FreeBSD
2016-10-13 10:16:17 +02:00
MarcoFalke
fae6bb85cf
[doc] build: Mention curl
2016-08-29 10:34:42 +02:00
Warren Togami
b3d18ba072
doc: Fedora build requirements, add gcc-c++ and fix typo
2016-05-05 18:24:27 -07:00
Warren Togami
0281678d6e
doc: Fedora build requirements
2016-05-04 11:56:45 -07:00
mruddy
fe53a2af6f
doc: add arch linux setup and build example
...
[skip ci]
2016-04-09 08:59:46 -04:00
accraze
3e55b3a004
[doc] added depends cross compile info
2016-03-30 07:29:56 -07:00
Wladimir J. van der Laan
f06af574fb
Merge #7590 : Improving wording related to Boost library requirements [updated]
...
8c5a5fb
Improving wording related to Boost library requirements [updated] (Jonathan Cross)
2016-02-29 09:52:33 +01:00
Alfie John
ff2be40685
[doc] Typo fix
...
Small typo in Unix install notes
2016-02-27 03:02:34 +00:00
Jonathan Cross
8c5a5fb850
Improving wording related to Boost library requirements [updated]
...
Fixed formatting as requested on https://github.com/bitcoin/bitcoin/pull/7589
Description:
Documentation was unclear in this section and could be interpreted to mean that boost was not a hard requirement for older Ubuntu versions.
Related: #7587
2016-02-24 15:36:45 +01:00
Cédric Félizard
6e4dfa1480
[doc] Fix typos
2016-02-23 18:53:00 +00:00
Wladimir J. van der Laan
152a8216cc
Merge #7349 : Build against system UniValue when available
...
42407ed
build-unix: Update UniValue build conditions (Luke Dashjr)
cdcad9f
LDADD dependency order shuffling (Luke Dashjr)
62f7f2e
Bugfix: Always include univalue in DIST_SUBDIRS (Luke Dashjr)
2356515
Change default configure option --with-system-univalue to "no" (Luke Dashjr)
5d3b29b
doc: Add UniValue to build instructions (Luke Dashjr)
ab22705
Build against system UniValue when available (Luke Dashjr)
2adf7e2
Bugfix: The var is LIBUNIVALUE,not LIBBITCOIN_UNIVALUE (Luke Dashjr)
2016-02-04 17:43:19 +01:00
Luke Dashjr
42407ed43a
build-unix: Update UniValue build conditions
2016-02-01 18:49:24 +00:00
Wladimir J. van der Laan
69e2a4003b
Merge #7423 : doc: add example for building with constrained resources
...
f9298cc
doc: add example for building with constrained resources (Jarret Dyrbye)
2016-01-29 12:56:23 +01:00
Nathaniel Mahieu
befeb55418
Add example for displaying additional configure flags
2016-01-28 11:10:15 -06:00
Jarret Dyrbye
f9298cc60e
doc: add example for building with constrained resources
...
discussed in github issue #6658
2016-01-27 20:17:02 -07:00
Luke Dashjr
5d3b29bc00
doc: Add UniValue to build instructions
2016-01-15 04:34:10 +00:00
Matt Bogosian
b440409025
Add missing automake package to deb-based UNIX install instructions.
2015-12-01 23:14:41 -08:00
fanquake
c5f211bbd0
[doc][trivial] Remove miniupnpc build notes build-unix
2015-11-19 09:34:08 +08:00
Wladimir J. van der Laan
7085728786
doc: there is no libboost-base-dev, add missing sudo
...
- There is no libboost-base-dev, no idea how I ended up with this
- Without that, installing separate boost packages works fine on both
Ubuntu 14.04 and Debian 7 (tested on VMs), this did not use to be
the case, AFAIK.
- Add a missing 'sudo' for consistency
- Need `bsdmainutils` for `hexdump` (for the tests)
2015-11-08 20:01:08 +01:00
Wladimir J. van der Laan
4ee149a6db
Merge pull request #6955
...
e167af2
[doc] Remove excessive white space (MarcoFalke)
e0eeb67
[trivial] clang-format: Set AlignAfterOpenBracket: false (MarcoFalke)
0af8fe4
devtools: Update README.md (MarcoFalke)
2015-11-05 23:39:48 +01:00
MarcoFalke
e167af2acd
[doc] Remove excessive white space
2015-11-05 23:29:29 +01:00
Wladimir J. van der Laan
dbacc69b4f
build: If both Qt4 and Qt5 are installed, use Qt5
...
If both Qt4 and Qt5 development headers are installed, use Qt5. Building
against Qt5 should be encouraged as that is where active development
happens.
2015-11-04 16:19:28 +01:00
Wladimir J. van der Laan
35bb381435
build: Improve build instructions
...
- Add package instructions for Ubuntu 15.10
- Clarify BerkeleyDB/wallet situation for unix
- Add basic build instructions for Windows (closes #1401 )
2015-11-04 11:57:30 +01:00
Jeff Garzik
8a86d53bd5
Merge pull request #6731
2015-10-01 06:02:14 -04:00
Johnathan Corgan
ab0b8be857
zmq: update and cleanup build-unix, release-notes, and zmq docs
...
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com>
2015-09-29 10:48:45 -07:00
Wladimir J. van der Laan
9639eadd93
doc: Add build guide for OpenBSD 5.7
...
Add a specific build guide for OpenBSD. This is slightly different than
building for Linux due to different dependencies, and a compiler issue.
2015-09-28 13:46:09 +02:00
Wladimir J. van der Laan
9aa90994ee
Merge pull request #5677
...
d528025
Revert "rpc-tests: re-enable rpc-tests for Windows" (Wladimir J. van der Laan)
1e700c9
doc: update deps in build-unix.md after libevent (Wladimir J. van der Laan)
26c9b83
Move windows socket init to utility function (Wladimir J. van der Laan)
4be0b08
libevent: Windows reuseaddr workaround in depends (Cory Fields)
3a174cd
Fix race condition between starting HTTP server thread and setting EventBase() (Wladimir J. van der Laan)
6d2bc22 Document options for new HTTP/RPC server in --help (Wladimir J. van der Laan)
be33f3f
Implement RPCTimerHandler for Qt RPC console (Wladimir J. van der Laan)
57d85d9
doc: mention SSL support dropped for RPC in release notes (Wladimir J. van der Laan)
40b556d
evhttpd implementation (Wladimir J. van der Laan)
ee2a42b
tests: GET requests cannot have request body, use POST in rest.py (Wladimir J. van der Laan)
6e996d3
tests: fix qt payment test (Cory Fields)
3140ef9
build: build-system changes for libevent (Wladimir J. van der Laan)
a9af234
libevent: add depends (Cory Fields)
6a21dd5
Remove rpc_boostasiotocnetaddr test (Wladimir J. van der Laan)
8f9301c
qa: Remove -rpckeepalive tests from httpbasics (Wladimir J. van der Laan)
51fcfc0
doc: remove documentation for rpcssl (Wladimir J. van der Laan)
2015-09-04 13:06:32 +02:00
Wladimir J. van der Laan
1e700c9b60
doc: update deps in build-unix.md after libevent
...
Add libevent, change usage of libssl from "secure communication" to
"crypto" that's more accurate after RPC SSL support removed.
2015-09-04 10:59:34 +02:00
Altoidnerd
5b85126863
Update build-unix.md
...
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-09-02 05:13:04 -04:00
tailsjoin
9fbca205d4
doc: Remove recommendation to add old repos for libd4.8*
...
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-07-15 09:20:51 +02:00
Corinne Dashjr
7e6d23b171
Bugfix: Grammar fixes
2015-05-01 11:21:27 +00:00
bikinibabe
ee932025c1
Changed pronouns for correctness and inclusivity
2015-01-31 17:38:28 -05:00
Pavel Janík
3800135ad3
Fix typo
2015-01-31 17:37:01 -05:00
Pieter Wuille
ffe3291466
Remove gmp dependency and doc mentions
2014-12-04 19:17:02 +01:00
LongShao007
be7b0bff5a
Package libqt5core5 replaced with libqt5core5a
...
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-12-03 19:48:17 +08:00
Wladimir J. van der Laan
b5d1b10929
doc: add libgmp dependency for secp256k1
...
Also reorganize the document a bit.
2014-11-19 16:31:28 +01:00
Whit J
f60dc15c50
doc: add make install to build-osx.md and build-unix.md
2014-10-01 12:52:32 +02:00
JL2035
347a3a3eaa
Update build-unix.md
...
Debian also need libboost-all-dev installed.
2014-10-01 01:53:46 +02:00
Wladimir J. van der Laan
27bc786641
Merge pull request #4739
...
de1f051
Added protobuf-compiler library to the Qt 5 Dependencies (elichai)
2014-08-21 05:20:46 +02:00
elichai
de1f05143f
Added protobuf-compiler library to the Qt 5 Dependencies
2014-08-20 23:30:45 +03:00
Wladimir J. van der Laan
bd45b1abd3
doc: Remove outdated information about boost versions
...
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-08-18 12:57:52 +02:00
Drak
d618965eb8
Add note about PPA to build instructions
2014-06-28 12:41:19 +01:00
Drak
e5f0247bb6
Simplify build instructions
2014-06-26 15:51:07 +01:00
Kosta Zertsekel
f701da8f70
Doc: Always use absolute paths
2014-05-21 10:54:10 +03:00
Wladimir J. van der Laan
4ff396e45d
doc: remove specific mention of boost 1.55
...
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-04 09:46:08 +02:00
Wladimir J. van der Laan
3e578aa9b9
Merge pull request #4114
...
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-02 18:14:39 +02:00
Wladimir J. van der Laan
e27c4110d9
Remove build-time no-IPv6 setting
...
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 12:15:36 +02:00
Wladimir J. van der Laan
bfb154e9fc
Update build instructions for Berkeley DB
...
- 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-05-01 09:59:23 +02:00
Altoidnerd
61d388d98d
Pointed to location of BDB 4.8 in procedure for unix build.
2014-04-16 17:10:27 +02:00
Wladimir J. van der Laan
f3f2cb736d
doc: remove versions from build-unix.md, just refer to release-process.md
...
No one bothers to keep this up to date.
Better to refer to another file than give wrong information.
2014-04-09 12:49:49 +02:00
Wladimir J. van der Laan
4babd08137
doc: Add note about memory reqs for compilation
2014-03-31 06:02:35 +02:00
Mikael Wikman
7211bceb11
Consistent use of 'sudo' in unix build doc
2014-03-19 21:33:13 +01:00
Thomas Zander
6603b09e77
Update docs about boost on unix
2014-03-14 13:21:23 +01:00
Torstein Husebø
a75cacdac4
doc/build-unix.md use github flavored md for table
2014-03-10 13:38:20 +01:00
Rune K. Svendsen
947e23dae3
Fix typo in doc/build-unix.md regarding building without UPnP
2014-03-01 15:12:16 +01:00
Wladimir J. van der Laan
280aa2abc6
Merge pull request #3769
...
d6b3689
qttools5-dev is required in order to build with qt5 on debian and ubuntu (Haakon Nilsen)
2014-03-01 08:48:59 +01:00
Haakon Nilsen
d6b3689cb3
qttools5-dev is required in order to build with qt5 on debian and ubuntu
2014-02-28 20:39:45 +01:00
Wladimir J. van der Laan
7ac375d1c2
Merge pull request #3758
...
f8a7b50
Update build information (Drak)
2014-02-28 12:34:57 +01:00
Ian Kelling
749f8f8132
Update build instructions for db4.8 on Debian and Unix
2014-02-27 03:26:30 -08:00
Drak
f8a7b503c5
Update build information
...
Add the command necessary to add ppa repository in Ubuntu
Refs #3757
2014-02-27 09:31:49 +00:00
Wladimir J. van der Laan
54d2b91cab
doc: Build with qt5 is possible again
...
This reverts commit 62568f9a1e
.
Also add some documentation for `--with-gui`.
2014-01-21 14:46:50 +01:00
Christopher Latham
69843c8b4e
Update build-unix.md
...
Added incompatibility and instruction regarding Ubuntu 13.10 and libboost1.54-all-dev
2014-01-14 16:55:05 -05:00
Wladimir J. van der Laan
6bfaf2ac37
Merge pull request #3411
...
08b93f9
fixed documetation on hardening flags (HaltingState)
2013-12-13 13:45:19 +01:00
HaltingState
08b93f9a65
fixed documetation on hardening flags
2013-12-13 04:09:02 -08:00
Cory Fields
952fe2ef32
docs: remove workaround instructions now that the problem is fixed
2013-12-12 19:09:12 -05:00
Wladimir J. van der Laan
b9c3416723
Add protobuf-compiler dependency package for debian
...
Fixes #3361
2013-12-10 09:02:35 +01:00
Wladimir J. van der Laan
4a85e06750
Allow mining RPCs with --disable-wallet
...
The following mining-related RPC calls don't use the wallet:
- getnetworkhashps
- getmininginfo
- getblocktemplate
- submitblock
Enable them when compiling with --disable-wallet.
2013-12-09 08:44:57 +01:00
Wladimir J. van der Laan
ae6ea5a6fa
Update build-unix.md to mention --disable-wallet
...
Mention the new --disable-wallet mode.
Also, correct the BDB entry in the dependencies table.
2013-12-04 12:46:13 +01:00
Wladimir J. van der Laan
7a6fed86d3
doc: add note about building on Ubuntu 13.10
...
Also mention `autoconf` as required package.
2013-11-11 09:10:16 +01:00
Wladimir J. van der Laan
9686459359
Merge pull request #3123 from super3/master
...
Prettify some /Contrib READMEs
2013-10-22 08:10:17 -07:00
super3
14f870cee5
Prettify some /Contrib READMEs
...
SYN
Remove Dead Readme-Qt Links.
2013-10-21 20:07:31 -04:00
Wladimir J. van der Laan
62568f9a1e
doc: build with qt5 is currently not possible
...
Add as a separate commit so that it can be easily reverted once
Qt5 is supported again.
2013-10-15 16:02:10 +02:00
Wladimir J. van der Laan
29a4146327
doc: remove readme-qt.md
...
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-10-15 15:58:43 +02:00
Luke Dashjr
56ba02aa2a
build-unix.md: Remove now-redundant and unnecessary Gentoo instructions
2013-09-10 22:26:05 +00:00
Cory Fields
35b8af9226
autotools: switch to autotools buildsystem
2013-09-05 21:31:03 -04:00
fanquake
7772821a69
Remove readme-qt.rst and update documentation for readme-qt.md
2013-07-10 16:01:57 +08:00
super3
00a8874503
Markdown Cleanup - Part 2
...
Now everything is in markdown...
2013-06-16 06:29:23 -04:00
super3
2341e9b533
Docs Markdown Cleanup
2013-05-20 00:30:00 -04:00