You've already forked nakamoto-archive
885 B
885 B
layout, title, grand_parent, parent, nav_order, date, original
| layout | title | grand_parent | parent | nav_order | date | original |
|---|---|---|---|---|---|---|
| forum | Re: 0.3 almost ready | Forum Posts | Bitcoin Forum | 140 | 2010-06-24 17:40:05 UTC | https://bitcointalk.org/index.php?topic=199.msg1748#msg1748 |
Re: 0.3 almost ready
Re: 0.3 almost ready
June 24, 2010, 05:40:05 PM
Here's RC1 for linux for testing:
(link removed, see below)
It contains both 32-bit and 64-bit binaries.
Recent changes:
build-unix.txt:
- Added instructions for building wxBase, which is needed to compile bitcoind.
- The package libboost-dev doesn't install anything anymore, you need to get libboost-all-dev.
- Updated version numbers.
makefile.unix:
- The libboost libraries have removed the "-mt" from their filenames in 1.40. If you're compiling with Boost 1.38 or lower, like on Ubuntu Karmic, you would need to change it back to boost_system-mt and boost_filesystem-mt.