:: commit 9a90a883b3cf8b6b77b90acb601b5af6714e9adf

Kamila Szewczyk <kspalaiologos@gmail.com> — 2022-05-06 17:18

parents: da66cc3bc8

update installation instrcutions

diff --git a/README.md b/README.md
index 7f234e1..6083463 100644
--- a/README.md
+++ b/README.md
@@ -8,14 +8,9 @@ No stability guarantees yet.
 ## Installation
 
 ```
-make all && sudo make install
+./configure && make all && sudo make install
 ```
 
-To set the installation directory, use e.g. `sudo make install PREFIX=/usr`.
-
-BZip3 depends on POSIX APIs and the `libc`. All other dependencies (e.g. `libsais`) have been bundled into the source code trunk.
-
-
 ## TODO
 
 - Avoid a memory copy in `bz3_encode_block`/`bz3_decode_block`.
tab: 248 wrap: offon