Just Wonder
d5012d4d60
Fixed Windows WSL build.
5 years ago
Jianping Wu
21d1e1782f
Updated README, added build section.
...
Updated other MD files.
6 years ago
Adrian Gallagher
a74a01e617
Litecoin: Branding
7 years ago
Wladimir J. van der Laan
2712742ef2
doc: Update FreeBSD build instructions to use bdb4
...
Use Berkeley DB 4 as recommended on other platforms.
7 years ago
laudaa
3d3e58e46c
[Doc] Fix link to installation script
7 years ago
James O'Beirne
af9103eb75
[build] Add a script for installing db4
...
Instead of maintaining not-easily-tested instructions for building BerkeleyDB
in doc/build-unix.md, package the installation as a script in contrib/. This
allows shared usage from a number of contexts, e.g. Docker.
Thanks to @jonasschnelli , @laanwj for feedback.
7 years ago
flack
e91b961923
Create dependencies.md, and link dependencies file from README & build docs
7 years ago
danra
7bb5d3000c
Add python3 to list of dependencies on some platforms
...
python3 is required for running the unit tests on macOS, Ubuntu and Fedora.
Without python3 installed, 'make check' fails because /test/util/bitcoin-util-test.py fails to find python3.
7 years ago
Shigeya Suzuki
0611bc3439
Minor fix in build documentation for FreeBSD 11
...
- Package name is libevent, not libevent2
- Need to use GNU make
8 years ago
Wladimir J. van der Laan
5cc2ebb619
Update OpenBSD and FreeBSD build steps
...
Re-try with most recent versions, and use BDB_CFLAGS/BDB_LIBS to
directly point at BerkeleyDB instead of CPPFLAGS hacks.
8 years ago
Amir Abrams
69bc8e7967
[Doc] Move comments above bash command
8 years ago
anduck
b55d823369
Explicitly state that PPA is for Ubuntu only
8 years ago
Steven
aa9d3c9a50
add software-properties-common
...
This allows using `add-apt-repository`.
8 years ago
Wladimir J. van der Laan
3f92bc9e83
doc: Add build instructions for FreeBSD
8 years ago
MarcoFalke
fae6bb85cf
[doc] build: Mention curl
8 years ago
Warren Togami
b3d18ba072
doc: Fedora build requirements, add gcc-c++ and fix typo
9 years ago
Warren Togami
0281678d6e
doc: Fedora build requirements
9 years ago
mruddy
fe53a2af6f
doc: add arch linux setup and build example
...
[skip ci]
9 years ago
accraze
3e55b3a004
[doc] added depends cross compile info
9 years ago
Alfie John
ff2be40685
[doc] Typo fix
...
Small typo in Unix install notes
9 years ago
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
9 years ago
Cédric Félizard
6e4dfa1480
[doc] Fix typos
9 years ago
Luke Dashjr
42407ed43a
build-unix: Update UniValue build conditions
9 years ago
Nathaniel Mahieu
befeb55418
Add example for displaying additional configure flags
9 years ago
Jarret Dyrbye
f9298cc60e
doc: add example for building with constrained resources
...
discussed in github issue #6658
9 years ago
Luke Dashjr
5d3b29bc00
doc: Add UniValue to build instructions
9 years ago
Matt Bogosian
b440409025
Add missing automake package to deb-based UNIX install instructions.
9 years ago
fanquake
c5f211bbd0
[doc][trivial] Remove miniupnpc build notes build-unix
9 years ago
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)
9 years ago
MarcoFalke
e167af2acd
[doc] Remove excessive white space
9 years ago
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.
9 years ago
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 )
9 years ago
Johnathan Corgan
ab0b8be857
zmq: update and cleanup build-unix, release-notes, and zmq docs
...
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com>
9 years ago
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.
9 years ago
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.
9 years ago
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
9 years ago
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.
9 years ago
Corinne Dashjr
7e6d23b171
Bugfix: Grammar fixes
10 years ago
bikinibabe
ee932025c1
Changed pronouns for correctness and inclusivity
10 years ago
Pavel Janík
3800135ad3
Fix typo
10 years ago
Pieter Wuille
ffe3291466
Remove gmp dependency and doc mentions
10 years ago
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
10 years ago
Wladimir J. van der Laan
b5d1b10929
doc: add libgmp dependency for secp256k1
...
Also reorganize the document a bit.
10 years ago
Whit J
f60dc15c50
doc: add make install to build-osx.md and build-unix.md
10 years ago
JL2035
347a3a3eaa
Update build-unix.md
...
Debian also need libboost-all-dev installed.
10 years ago
elichai
de1f05143f
Added protobuf-compiler library to the Qt 5 Dependencies
10 years ago
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.
10 years ago
Drak
d618965eb8
Add note about PPA to build instructions
11 years ago
Drak
e5f0247bb6
Simplify build instructions
11 years ago
Kosta Zertsekel
f701da8f70
Doc: Always use absolute paths
11 years ago