Skip to content

Commit

Permalink
README clean-up.
Browse files Browse the repository at this point in the history
  • Loading branch information
tex committed Oct 24, 2009
1 parent 2b81e8f commit 039657e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ Problems:
==13747== by 0x43BC77: Memory::merge(char const*) (Memory.cpp:53)
==13747==

This leak should be fixed with the newer kernels.
This leak should be fixed with the newer 'file' package.

Requires:

boost >= 1.33.1

libz
Expand All @@ -48,14 +47,13 @@ Requires:

Example (with apt-get):

$ sudo apt-get install libboost-dev libz-dev liblzo2-dev libmagic-dev libfuse-dev -y
(also install the xz-beta manually, above)
Note that 32-bit users may need to recompile boost by hand for long file support (see below).

$ sudo apt-get install libboost-dev libz-dev liblzo2-dev libmagic-dev libfuse-dev -y
(also install the xz-beta manually, above)
Note that 32-bit users may need to recompile boost by hand for long file support (see below).

Compile:

Typically you only need to run ./configure && make && sudo make install
Typically you only need to run ./configure && make && sudo make install

Boost's libraries may be stored in /usr/lib64 on 64bit systems,
configure script needs to be called with:
Expand Down

1 comment on commit 039657e

@rdp
Copy link
Contributor

@rdp rdp commented on 039657e Oct 26, 2009

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for cleaning that up for me :)
-r

Please sign in to comment.