README: clarify testing

This commit is contained in:
Domen Kožar 2020-06-03 18:52:58 +02:00 committed by GitHub
parent 083cbd5264
commit 81c0ea3eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -52,14 +52,13 @@ libraries. In particular, it can do the following:
$ patchelf --set-soname libnewname.so.3.4.5 path/to/libmylibrary.so.1.2.3
## INSTALLING
You can download a pre-compiled binary from the releases or compile it by yourself:
## COMPILING & TESTING
./bootstrap.sh
./configure
make
sudo make install
make check
## AUTHOR