olalonde
73288982ad
Added instructions for when wrong openssl detected after brew link
11 years ago
Wladimir J. van der Laan
2c47a00b5f
Add gitian build guide
...
Work in progress...
11 years ago
Wladimir J. van der Laan
4babd08137
doc: Add note about memory reqs for compilation
11 years ago
Luke Dashjr
3cb1edbfb6
Update moved and dead links
11 years ago
Wladimir J. van der Laan
6039196b57
doc: version bump Doxyfile
...
- bump version to 0.9.99
- exclude leveldb and json
- include call and caller graphs in the documentation.
11 years ago
Mikael Wikman
7211bceb11
Consistent use of 'sudo' in unix build doc
11 years ago
Gavin Andresen
98f4c6c49c
0.9.0 release notes
11 years ago
Jeff Garzik
7d0e9bcb8e
doc/README.md: remove 'rc' label for 0.9.0 version, in title
11 years ago
Thomas Zander
6603b09e77
Update docs about boost on unix
11 years ago
Torstein Husebø
a75cacdac4
doc/build-unix.md use github flavored md for table
11 years ago
paveljanik
25ef6ace70
Update the list of threads to the current state.
11 years ago
Wladimir J. van der Laan
aefbf6e30c
doc: Empty release notes for next release
...
Now that 0.9 is branched off, the new release notes for 0.10 or 0.11 or
1.0 should be added here.
Edits to preliminary 0.9.0 release notes should be made in the 0.9.0 branch.
11 years ago
Rune K. Svendsen
947e23dae3
Fix typo in doc/build-unix.md regarding building without UPnP
11 years ago
Haakon Nilsen
d6b3689cb3
qttools5-dev is required in order to build with qt5 on debian and ubuntu
11 years ago
Ian Kelling
749f8f8132
Update build instructions for db4.8 on Debian and Unix
11 years ago
Drak
f8a7b503c5
Update build information
...
Add the command necessary to add ppa repository in Ubuntu
Refs #3757
11 years ago
Gavin Andresen
26e4b52712
Require OSX 10.6, 64-bit
...
Drop support for 32-bit or pre-10.6 Macs.
Also, some of the OSX build docs hadn't been updated since the
autotools change.
11 years ago
Wladimir J. van der Laan
6c0db81c09
Document new `walletpassphrase` behavior in 0.9
...
Also add a note to the release notes.
Fixes #3672 .
11 years ago
Wladimir J. van der Laan
b7f591555e
doc: add gist link to 'reject' P2P message mention in release notes
11 years ago
Pieter Wuille
e3fff058e0
Correct/add/merge a few release notes entries
11 years ago
Peter Todd
31a4b898be
Cleanup v0.9 release notes
11 years ago
Wladimir J. van der Laan
0ad474ee27
doc: add preliminary release notes for 0.9.0
11 years ago
Micha
12edce5613
Update the address for downloading libpng
...
The FTP server what we get libpng from only keeps the latest version in its main folder. Older versions are in the "history" folder. Apparently version 1.6.9 has been released, so 1.6.8 has moved to the history folder.
11 years ago
Calvin Tam
5f8be1dadb
Typo fix: `anonimized => anonymized` + `infromation => information`
11 years ago
gubatron
801aeb2fac
added missing homebrew qt dependency on mac osx build documentation.
11 years ago
Wladimir J. van der Laan
69baec9647
doc: Add historical release notes
...
Add all known release notes for versions since 0.3.12,
thanks to Matt Corallo for collecting them on the wiki.
11 years ago
Wladimir J. van der Laan
f9a2f08882
Bump version numbers for 0.9.0rc1 release
11 years ago
Wladimir J. van der Laan
54d2b91cab
doc: Build with qt5 is possible again
...
This reverts commit 62568f9a1e
.
Also add some documentation for `--with-gui`.
11 years ago
Wladimir J. van der Laan
f622232bcf
gitian: Windows 64 bit support
...
- Build a 64 bit version of all dependencies
- Show 32/64 bit version in "About..." for x86
- Export 64-bit .exes and installer from gitian build
11 years ago
Michael Ford
5d897f3d4e
Update OS X Homebrew docs to include new build dependencies
11 years ago
Wladimir J. van der Laan
64be7f7892
gitian: Build boost dependency for linux
...
Instead of using the boost provided by Ubuntu 12.04, build our own
dependency like we do for Windows.
This allows using a much newer version (1.55 versus 1.46) as well as
building with `-fPIC` so that `-pie` can be used in the x86-64 build.
11 years ago
Scott Willeke
8d31e614e8
Added automake to the macports depdency list as it was required to complete the autogen.sh step as it required aclocal (which isn't included in recent versions of xcode).
11 years ago
Micha
f4e72bf8d2
Make gitian builds consistent across platforms
...
Change Linux deps to use a zip archive rather than a gzipped tarball to
match win32
Rename Linux descriptor to gitian-linux.yml to match win32
11 years ago
Wladimir J. van der Laan
04257151b1
gitian: add explicit dependency build for linux
...
Create a dependency file per architecture:
- bitcoin-deps-linux32-gitian-r1.tar.gz
- bitcoin-deps-linux64-gitian-r1.tar.gz
11 years ago
Wladimir J. van der Laan
f4bb12eecc
doc: bump boost version in release-process
...
This was forgotten in #3501 .
11 years ago
Christopher Latham
69843c8b4e
Update build-unix.md
...
Added incompatibility and instruction regarding Ubuntu 13.10 and libboost1.54-all-dev
11 years ago
Wladimir J. van der Laan
1e3abb4e3d
build: upgrade Qt used by windows build to 5.2.0
11 years ago
Wladimir J. van der Laan
2f158dfc93
build: Update the other win32 deps
...
- miniupnpc-1.8
- openssl-1.0.1e
- zlib-1.2.8
- libpng-1.6.8
- qrencode-3.4.3
11 years ago
Wladimir J. van der Laan
f10b2d70d0
qt: use series of pngs for spinner
...
Use a series of .png frames for the spinner instead of a .mng.
`mng` is an obscure image format and is not built by default into Qt5.
This appears to improve the crispness of the spinner as well.
Does not noticably increase the size (still ~27k) and the code
is not more complicated either.
11 years ago
Michael Ford
f5e9d983c0
Add missing MacPorts dependencies to osx build docs
11 years ago
Philip Kaufmann
b960fcb86a
[Qt] update bitcoin-qt.pro and assets-attribution.md
...
- remove unused and unmentioned file notsynced.png (we use an animation
for this)
- add missing coincontroldialog.ui to bitcoin-qt.pro
- also unify formating in assets-attribution.md
11 years ago
Wladimir J. van der Laan
6d697e9fa4
qt: Update translations
...
Update current translations, and add new languages:
- es_MX: Spanish (Mexico)
- pam: Kapampangan
Also update translation process for autoconf-based build system.
11 years ago
Lake Denman
ba4ceb15d6
Fix typo in unit-tests.md
11 years ago
HaltingState
08b93f9a65
fixed documetation on hardening flags
11 years ago
Wladimir J. van der Laan
22f0135df0
Rebrand to `Bitcoin Core`
...
Only messages for now, executable names and other file names
can be changed later if necessary and safe.
Do not do an all-sweeping change. Some occurences of Bitcoin-Qt need to
be kept:
- Applicationname: this is used to determine the registry entry names,
we don't want to lose settings over a silly name change.
- Where it refers to the executable name instead of the product name.
11 years ago
Cory Fields
952fe2ef32
docs: remove workaround instructions now that the problem is fixed
11 years ago
Pieter Wuille
55c6890294
Squashed 'src/leveldb/' changes from 936b461..e991315
...
e991315 Merge upstream LevelDB 1.15.
0cfb990 Release LevelDB 1.15
02ac9f1 Merge upstream LevelDB 1.14.
0b9a89f Release LevelDB 1.14
git-subtree-dir: src/leveldb
git-subtree-split: e991315d7fe4ca84a98902578106cbffa3dcccfd
11 years ago
Lake Denman
3f2c6f8654
Use 'make check' instead of 'make test'
11 years ago
regergregregerrge
9392924d0d
Update build-osx.md
11 years ago
Wladimir J. van der Laan
4f99b1601b
Release process: add section about announcing new release
11 years ago