mirror of
https://github.com/tailix/libkernaux.git
synced 2024-12-04 11:25:18 -05:00
Fix typo
This commit is contained in:
parent
5c3c4d9e43
commit
a1a7adf722
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue