diff options
| author | Cory Fields <[email protected]> | 2013-12-12 18:49:16 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2013-12-12 19:09:12 -0500 |
| commit | 952fe2ef32cccef9d1187620f5752359bd14e096 (patch) | |
| tree | 510f21a7a59d078d86524762f797c8742424c89c | |
| parent | build: fix detection of boost libs on multi-arch distros (diff) | |
| download | discoin-952fe2ef32cccef9d1187620f5752359bd14e096.tar.xz discoin-952fe2ef32cccef9d1187620f5752359bd14e096.zip | |
docs: remove workaround instructions now that the problem is fixed
| -rw-r--r-- | doc/build-unix.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index b53d69342..704bc1f5c 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -11,11 +11,6 @@ To Build This will build bitcoin-qt as well if the dependencies are met. -**Note:** on Ubuntu 13.10 (Saucy Salamander) the boost configuration script doesn't look in the -correct directory and an error about boost-system will appear. For now you need to do - - ./configure --with-boost-libdir=/usr/lib/x86_64-linux-gnu - Dependencies --------------------- |