This commit is contained in:
Alex Kotov 2020-11-29 21:41:24 +05:00
parent 5c3c4d9e43
commit a1a7adf722
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ To install into specific directory use full path:
`DESTDIR="$(pwd)/dest" make install` instead of `DESTDIR=dest make install`.
When configured with cross-compiler, library can't be build and installed with
just `make && sudo make install`. Instead use the folloding commands:
just `make && sudo make install`. Instead use the following commands:
* `make libkernaux.a`
* `sudo make install-libLIBRARIES`