mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
meson-pgo: document limitations/requirements
This commit is contained in:
parent
87b68f23cb
commit
540310924b
1 changed files with 8 additions and 0 deletions
|
|
@ -1,5 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Requirements:
|
||||
#
|
||||
# * all: build directory must not exist; it is created by the script
|
||||
# * all: LC_CTYPE must be set to an UTF-8 locale
|
||||
# * full*: must have at least one font installed
|
||||
# * full-headless-sway: Sway 1.6.2 must be installed
|
||||
|
||||
|
||||
set -e
|
||||
|
||||
usage_and_die() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue