sandrossv
5baca603c8
building instructions update
10 years ago
FoundationAwesome
a287b4509a
Update building-on-ubuntu-debian.md
10 years ago
Tong Guo
c60855d2a4
Fixed some typo.
10 years ago
himynameismartin
e7b1caca9e
Added C++ syntax highlighting
10 years ago
Miguel Freitas
ac9e5f5d30
native windows executables using gitian. win32 and win64.
11 years ago
Miguel Freitas
2168e34677
miniupnp dependency removed, yes! :-) fix #130
...
libtorrent implements a upnp client: use it to map the other twisterd port.
11 years ago
David Wales
2e8a71bf31
Update build-osx.md: Add mkdir
...
mkdir line added in line 97 to prevent the following error:
-bash: /Users/dwales/.twister/twister.conf: No such file or directory
11 years ago
Kirill A. Korinskiy
7b2b70dcdf
Make build on osx easier
11 years ago
Joel Meyer-Hamme
c082391fa8
Update build-osx.md
...
typo
11 years ago
iShift
f6de4c9754
Update build-osx.md
11 years ago
Laurent Raufaste
8108820acc
Updated the ubuntu building doc to use autotool.sh
11 years ago
Laurent Raufaste
d52c2429b7
Updated and fixed the debian/ubuntu build doc
11 years ago
ezrafree
c74cb153db
Correcting autotools.sh to autotool.sh
...
The docs say ./autotools.sh but the file is named autotool.sh
11 years ago
iShift
3251692be9
add libtool
...
fix #108
11 years ago
iShift
9bcad2b070
fix typo, add Troubleshooting, simplified install
...
... html ui, replace *.git repos url to https:// repos
11 years ago
Johannes Schwab
6449904d5c
Add doc to build on gentoo with overlay
11 years ago
Giacomo Lacava
2e42e4bb5d
updated OSX build doc to use Autotools (easier)
11 years ago
iShift
2d5c1ce94e
fix #91
11 years ago
kmpm
73e8df12cf
moved vagrant and changed to ubuntu
...
Also using the new autoconf
11 years ago
Peter Magnusson
d9912ac43e
Added support for building in vagrant
11 years ago
Chris Glass
3025103933
Added two missing dependencies.
...
Autoconf and libtool were missing.
11 years ago
gubatron
8466448d35
make sure BDB_INCLUDE_PATH is in the PATH for Mac users as it can be in conflict with existing BDB installation.
11 years ago
gubatron
01b69ad102
added 2 missing brew dependencies that broke the bootstrap.sh script.
11 years ago
Oluf Lorenzen
940d44f3fc
fix tiny typo
11 years ago
basst85
791d3de786
Fixed small typo
11 years ago
Vincent Murphy
f7c151af4c
Called out debug.log
11 years ago
Laurent Raufaste
dd75bdc39d
Fixed the ubuntu building doc
...
Tested on pristine Ubuntu 12.04 LTS and 13.10
11 years ago
Shift
0b41bdd249
Remove Bitcoin docs
11 years ago
iShift
b30361837b
Create bulding-on-ubuntu-debian.md
11 years ago
iShift
fc711b3d44
Fix missing packages
...
Package 'libdb4.8++-dev' has no installation candidate
11 years ago
Jorge Acosta Goszczyñski
1b565e7147
typo rpcpassword
11 years ago
iShift
1bebfbc2fd
fix some mistakes
11 years ago
Giacomo Lacava
d06042cab2
explicit paths in LDFLAGS and CPPFLAGS
...
Libtorrent build script needs explicit LDFLAGS and CPPFLAGS to work properly.
11 years ago
Giacomo Lacava
df21f1d015
minor doc corrections
11 years ago
toyg
ac5444d3fe
updated build doc for OSX
11 years ago
fanquake
7772821a69
Remove readme-qt.rst and update documentation for readme-qt.md
12 years ago
Micha
e9bfe65729
Made the build/release process completable verbatim as listed in
...
release-process.md
12 years ago
super3
00a8874503
Markdown Cleanup - Part 2
...
Now everything is in markdown...
12 years ago
Wladimir J. van der Laan
25c0cce7fb
Qt5 compatibility
...
This commit squashes all the changes in the Qt5 branch
relative to master.
Backward compatibility with Qt4 is retained.
Original authors:
- Philip Kaufmann <phil.kaufmann@t-online.de>
- Jonas Schnelli <jonas.schnelli@include7.ch>
12 years ago
Michagogo
bb70bbfc5d
Made more generic by removing specific version references
...
Tweaked a little bit to provide examples.
Squashed commits into 1, while hoping not to break anything
12 years ago
Pieter Wuille
8c8132be73
Prepare for 0.9 merge window
12 years ago
Michael Ford
a680b095b6
Update links in build-osx.md
...
Add link to Github for Mac
Update link to HomeBrew
12 years ago
super3
2341e9b533
Docs Markdown Cleanup
12 years ago
Gavin Andresen
5b5d399593
Update version numbers for 0.8.2rc1 release
12 years ago
Gavin Andresen
8f6709076e
Release notes for 0.8.2rc1
12 years ago
Vinnie Falco
c25e98186d
Squashed 'src/leveldb/' content from commit aca1ffc
...
git-subtree-dir: src/leveldb
git-subtree-split: aca1ffc4b65be5e099b2088c6e6a308d69e1ad73
12 years ago
APerson241
6ee82ddb70
Update Tor.txt for grammar fixes
12 years ago
Michael Ford
0565b7122f
Update Qt Readme to include HomeBrew setup for OSX
12 years ago
Michael Ford
46aecb2bdf
Update osx build instructions to ensure users link to the correct version of OpenSSL
12 years ago
Jonas Schnelli
f9124587cc
new splash screen
...
why:
- the current splash-screen has no referring to official images on - https://en.bitcoin.it/wiki/Promotional_graphics
- the current splash screen only exists in a low res jpg
- current splash screen looks dark and "hackish"
- new splash screen should generate positive, "trust-emotions".
- new splash screen gives the user infos about the running client.
- new splash screen can handle long messages (in a lot of - languages the text is cropped in current release)
- new size (x2) 400x312
- contains textual information about the client
- textinfos are dynamicly written to the pixmap
when -testnet is switch on, the splashscreen will show the bitcoin logo in testnet-color (as well as a text [testnet])
example: https://dl.dropbox.com/u/7383846/new_bitcoin_splash.png
12 years ago