mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-07 04:34:03 -05:00
install: update instructions on how to manually compile the terminfo
This commit is contained in:
parent
281127cae1
commit
67b8dc9d1e
1 changed files with 4 additions and 9 deletions
13
INSTALL.md
13
INSTALL.md
|
|
@ -449,19 +449,14 @@ sed 's/@default_terminfo@/foot/g' foot.info | \
|
||||||
```
|
```
|
||||||
|
|
||||||
Where _”output-directory”_ **must** match the value passed to
|
Where _”output-directory”_ **must** match the value passed to
|
||||||
`-Dcustom-terminfo-install-location` in the foot build.
|
`-Dcustom-terminfo-install-location` in the foot build. If
|
||||||
|
`-Dcustom-terminfo-install-location` has not been set, `-o
|
||||||
To compile and install directly (assuming the default
|
<output-directoty>` can simply be omitted.
|
||||||
`-Dcustom-terminfo-install-location`):
|
|
||||||
|
|
||||||
```sh
|
|
||||||
sudo tic -o /usr/share/foot/terminfo ...
|
|
||||||
```
|
|
||||||
|
|
||||||
Or, if packaging:
|
Or, if packaging:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
tic -o ${DESTDIR}/usr/share/foot/terminfo ...
|
tic -o ${DESTDIR}/usr/share/terminfo ...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue